Html Css Color HEX #5CE6DF Turquoise Blue

📋 copy color: '#5CE6DF'

red 92 ◦ green 230 ◦ blue 223

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

Shades of Turquoise Blue #5CE6DF

Tints of Turquoise Blue #5CE6DF

RGB

 RED value IS 92 (36.33% from 255) = 16.88%

 GREEN value IS 230 (90.23% from 255) = 42.2%

 BLUE value IS 223 (87.5% from 255) = 40.92%

R = 16.88%
G = 42.2%
B = 40.92%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.03

 K value IS 0.10

RGB Variations

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

Color information

#5CE6DF (or 0x5CE6DF) is known color: Turquoise Blue. HEX triplet: 5C, E6 and DF. RGB value is (92,230,223). Sum of RGB (Red+Green+Blue) = 92+230+223=545 (72% of max value = 765). Red value is 92 (36.33% from 255 or 16.88% from 545); Green value is 230 (90.23% from 255 or 42.20% from 545); Blue value is 223 (87.5% from 255 or 40.92% from 545); Max value from RGB is 230 - color contains mainly: green. Hex color #5CE6DF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5CE6DF is #A31920. Grayscale: #BBBBBB. Windows color (decimal): -10688801 or 14673500. OLE color: 14673500.

HSL color Cylindrical-coordinate representation of color #5CE6DF: hue angle of 176.96º degrees, saturation: 0.73, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5CE6DF is Cyan = 0.60, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.10.

Color convert

RGB 92 230 223 -
CMYK 0.60 0 0.03 0.10
HSL 176.96º 0.73% 0.63% -
HSV(B) 176.96º 0.6% 0.9% -
XYZ 46.03 64.2 79.78 -
YUV 187.94 147.78 59.57 -
System Red Green Blue C M Y K H S L
Decimal 92 230 223 0.60 0 0.03 0.10 176.96 0.73 0.63
Hex 5C E6 DF 3C 0 3 A B1 49 3F
Octal 134 346 337 74 0 3 12 261 111 77
Binary 1011100 11100110 11011111 111100 0 11 1010 10110001 1001001 111111

Color Harmonies of #5CE6DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5CE6DF

Black with #5CE6DF

Text Example


Text Example

White with #5CE6DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5CE6DF; }

 p { color: rgb(92,230,223); }

 H1.HeaderClassName
 {
   color: #5CE6DF;
 }
 .AnyTagClassName
 {
   color: #5CE6DF;
 }
</style>

background-color css

<style>
 a { background-color: #5CE6DF; }

 a { background-color: rgb(92,230,223); }

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

border-color css

<style>
 span { border-color: #5CE6DF; }

 span { border-color: rgb(92,230,223); }

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