Html Css Color HEX #38FCE8 Turquoise

📋 copy color: '#38FCE8'

red 56 ◦ green 252 ◦ blue 232

#38FCE8
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Turquoise #38FCE8

Tints of Turquoise #38FCE8

RGB

 RED value IS 56 (22.27% from 255) = 10.37%

 GREEN value IS 252 (98.83% from 255) = 46.67%

 BLUE value IS 232 (91.02% from 255) = 42.96%

R = 10.37%
G = 46.67%
B = 42.96%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.08

 K value IS 0.01

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#38FCE8 (or 0x38FCE8) is known color: Turquoise. HEX triplet: 38, FC and E8. RGB value is (56,252,232). Sum of RGB (Red+Green+Blue) = 56+252+232=540 (71% of max value = 765). Red value is 56 (22.27% from 255 or 10.37% from 540); Green value is 252 (98.83% from 255 or 46.67% from 540); Blue value is 232 (91.02% from 255 or 42.96% from 540); Max value from RGB is 252 - color contains mainly: green. Hex color #38FCE8 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #38FCE8 is #C70317. Grayscale: #BFBFBF. Windows color (decimal): -13042456 or 15268920. OLE color: 15268920.

HSL color Cylindrical-coordinate representation of color #38FCE8: hue angle of 173.88º degrees, saturation: 0.97, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #38FCE8 is Cyan = 0.78, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.01.

Color convert

RGB 56 252 232 -
CMYK 0.78 0 0.08 0.01
HSL 173.88º 0.97% 0.6% -
HSV(B) 173.88º 0.78% 0.99% -
XYZ 51.01 76.29 88.38 -
YUV 191.12 151.07 31.63 -
System Red Green Blue C M Y K H S L
Decimal 56 252 232 0.78 0 0.08 0.01 173.88 0.97 0.6
Hex 38 FC E8 4E 0 8 1 AE 61 3C
Octal 70 374 350 116 0 10 1 256 141 74
Binary 111000 11111100 11101000 1001110 0 1000 1 10101110 1100001 111100

Color Harmonies of #38FCE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38FCE8

Black with #38FCE8

Text Example


Text Example

White with #38FCE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38FCE8; }

 p { color: rgb(56,252,232); }

 H1.HeaderClassName
 {
   color: #38FCE8;
 }
 .AnyTagClassName
 {
   color: #38FCE8;
 }
</style>

background-color css

<style>
 a { background-color: #38FCE8; }

 a { background-color: rgb(56,252,232); }

 div.DivClassName
 {
   background-color: #38FCE8;
 }
 .BgClassName
 {
   background-color: #38FCE8;
 }
</style>

border-color css

<style>
 span { border-color: #38FCE8; }

 span { border-color: rgb(56,252,232); }

 td.TdClassName
 {
   border-color: #38FCE8;
 }
 .TagClassName
 {
   border-color: #38FCE8;
 }
</style>