Html Css Color HEX #5CEAEE Turquoise Blue

📋 copy color: '#5CEAEE'

red 92 ◦ green 234 ◦ blue 238

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

Shades of Turquoise Blue #5CEAEE

Tints of Turquoise Blue #5CEAEE

RGB

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

 GREEN value IS 234 (91.8% from 255) = 41.49%

 BLUE value IS 238 (93.36% from 255) = 42.2%

R = 16.31%
G = 41.49%
B = 42.2%

CMYK

 C value IS 0.61

 M value IS 0.02

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#5CEAEE (or 0x5CEAEE) is known color: Turquoise Blue. HEX triplet: 5C, EA and EE. RGB value is (92,234,238). Sum of RGB (Red+Green+Blue) = 92+234+238=564 (74% of max value = 765). Red value is 92 (36.33% from 255 or 16.31% from 564); Green value is 234 (91.80% from 255 or 41.49% from 564); Blue value is 238 (93.36% from 255 or 42.20% from 564); Max value from RGB is 238 - color contains mainly: blue. Hex color #5CEAEE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5CEAEE is #A31511. Grayscale: #BFBFBF. Windows color (decimal): -10687762 or 15657564. OLE color: 15657564.

HSL color Cylindrical-coordinate representation of color #5CEAEE: hue angle of 181.64º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5CEAEE is Cyan = 0.61, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 92 234 238 -
CMYK 0.61 0.02 0 0.07
HSL 181.64º 0.81% 0.65% -
HSV(B) 181.64º 0.61% 0.93% -
XYZ 49.27 67.29 91.28 -
YUV 192 153.96 56.67 -
System Red Green Blue C M Y K H S L
Decimal 92 234 238 0.61 0.02 0 0.07 181.64 0.81 0.65
Hex 5C EA EE 3D 2 0 7 B6 51 41
Octal 134 352 356 75 2 0 7 266 121 101
Binary 1011100 11101010 11101110 111101 10 0 111 10110110 1010001 1000001

Color Harmonies of #5CEAEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5CEAEE

Black with #5CEAEE

Text Example


Text Example

White with #5CEAEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,234,238); }

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

background-color css

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

 a { background-color: rgb(92,234,238); }

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

border-color css

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

 span { border-color: rgb(92,234,238); }

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