Html Css Color HEX #5CCCD8 Turquoise Blue

📋 copy color: '#5CCCD8'

red 92 ◦ green 204 ◦ blue 216

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

Shades of Turquoise Blue #5CCCD8

Tints of Turquoise Blue #5CCCD8

RGB

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

 GREEN value IS 204 (80.08% from 255) = 39.84%

 BLUE value IS 216 (84.77% from 255) = 42.19%

R = 17.97%
G = 39.84%
B = 42.19%

CMYK

 C value IS 0.57

 M value IS 0.06

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#5CCCD8 (or 0x5CCCD8) is known color: Turquoise Blue. HEX triplet: 5C, CC and D8. RGB value is (92,204,216). Sum of RGB (Red+Green+Blue) = 92+204+216=512 (67% of max value = 765). Red value is 92 (36.33% from 255 or 17.97% from 512); Green value is 204 (80.08% from 255 or 39.84% from 512); Blue value is 216 (84.77% from 255 or 42.19% from 512); Max value from RGB is 216 - color contains mainly: blue. Hex color #5CCCD8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5CCCD8 is #A33327. Grayscale: #ABABAB. Windows color (decimal): -10695464 or 14208092. OLE color: 14208092.

HSL color Cylindrical-coordinate representation of color #5CCCD8: hue angle of 185.81º degrees, saturation: 0.61, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5CCCD8 is Cyan = 0.57, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 92 204 216 -
CMYK 0.57 0.06 0 0.15
HSL 185.81º 0.61% 0.6% -
HSV(B) 185.81º 0.57% 0.85% -
XYZ 38.4 50.42 72.67 -
YUV 171.88 152.89 71.02 -
System Red Green Blue C M Y K H S L
Decimal 92 204 216 0.57 0.06 0 0.15 185.81 0.61 0.6
Hex 5C CC D8 39 6 0 F BA 3D 3C
Octal 134 314 330 71 6 0 17 272 75 74
Binary 1011100 11001100 11011000 111001 110 0 1111 10111010 111101 111100

Color Harmonies of #5CCCD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5CCCD8

Black with #5CCCD8

Text Example


Text Example

White with #5CCCD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,204,216); }

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

background-color css

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

 a { background-color: rgb(92,204,216); }

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

border-color css

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

 span { border-color: rgb(92,204,216); }

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