Html Css Color HEX #5CE2EF Turquoise Blue

📋 copy color: '#5CE2EF'

red 92 ◦ green 226 ◦ blue 239

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

Shades of Turquoise Blue #5CE2EF

Tints of Turquoise Blue #5CE2EF

RGB

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

 GREEN value IS 226 (88.67% from 255) = 40.57%

 BLUE value IS 239 (93.75% from 255) = 42.91%

R = 16.52%
G = 40.57%
B = 42.91%

CMYK

 C value IS 0.62

 M value IS 0.05

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#5CE2EF (or 0x5CE2EF) is known color: Turquoise Blue. HEX triplet: 5C, E2 and EF. RGB value is (92,226,239). Sum of RGB (Red+Green+Blue) = 92+226+239=557 (73% of max value = 765). Red value is 92 (36.33% from 255 or 16.52% from 557); Green value is 226 (88.67% from 255 or 40.57% from 557); Blue value is 239 (93.75% from 255 or 42.91% from 557); Max value from RGB is 239 - color contains mainly: blue. Hex color #5CE2EF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5CE2EF is #A31D10. Grayscale: #BBBBBB. Windows color (decimal): -10689809 or 15721052. OLE color: 15721052.

HSL color Cylindrical-coordinate representation of color #5CE2EF: hue angle of 185.31º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5CE2EF is Cyan = 0.62, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 92 226 239 -
CMYK 0.62 0.05 0 0.06
HSL 185.31º 0.82% 0.65% -
HSV(B) 185.31º 0.62% 0.94% -
XYZ 47.19 62.9 91.32 -
YUV 187.42 157.11 59.94 -
System Red Green Blue C M Y K H S L
Decimal 92 226 239 0.62 0.05 0 0.06 185.31 0.82 0.65
Hex 5C E2 EF 3E 5 0 6 B9 52 41
Octal 134 342 357 76 5 0 6 271 122 101
Binary 1011100 11100010 11101111 111110 101 0 110 10111001 1010010 1000001

Color Harmonies of #5CE2EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5CE2EF

Black with #5CE2EF

Text Example


Text Example

White with #5CE2EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,226,239); }

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

background-color css

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

 a { background-color: rgb(92,226,239); }

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

border-color css

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

 span { border-color: rgb(92,226,239); }

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