Html Css Color HEX #5CCEEC Turquoise Blue

📋 copy color: '#5CCEEC'

red 92 ◦ green 206 ◦ blue 236

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

Shades of Turquoise Blue #5CCEEC

Tints of Turquoise Blue #5CCEEC

RGB

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

 GREEN value IS 206 (80.86% from 255) = 38.58%

 BLUE value IS 236 (92.58% from 255) = 44.19%

R = 17.23%
G = 38.58%
B = 44.19%

CMYK

 C value IS 0.61

 M value IS 0.13

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#5CCEEC (or 0x5CCEEC) is known color: Turquoise Blue. HEX triplet: 5C, CE and EC. RGB value is (92,206,236). Sum of RGB (Red+Green+Blue) = 92+206+236=534 (70% of max value = 765). Red value is 92 (36.33% from 255 or 17.23% from 534); Green value is 206 (80.86% from 255 or 38.58% from 534); Blue value is 236 (92.58% from 255 or 44.19% from 534); Max value from RGB is 236 - color contains mainly: blue. Hex color #5CCEEC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5CCEEC is #A33113. Grayscale: #AFAFAF. Windows color (decimal): -10694932 or 15519324. OLE color: 15519324.

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

Color convert

RGB 92 206 236 -
CMYK 0.61 0.13 0 0.07
HSL 192.5º 0.79% 0.64% -
HSV(B) 192.5º 0.61% 0.93% -
XYZ 41.63 52.47 87.29 -
YUV 175.33 162.23 68.56 -
System Red Green Blue C M Y K H S L
Decimal 92 206 236 0.61 0.13 0 0.07 192.5 0.79 0.64
Hex 5C CE EC 3D D 0 7 C0 4F 40
Octal 134 316 354 75 15 0 7 300 117 100
Binary 1011100 11001110 11101100 111101 1101 0 111 11000000 1001111 1000000

Color Harmonies of #5CCEEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5CCEEC

Black with #5CCEEC

Text Example


Text Example

White with #5CCEEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,206,236); }

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

background-color css

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

 a { background-color: rgb(92,206,236); }

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

border-color css

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

 span { border-color: rgb(92,206,236); }

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