Html Css Color HEX #5CCCDD Turquoise Blue

📋 copy color: '#5CCCDD'

red 92 ◦ green 204 ◦ blue 221

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

Shades of Turquoise Blue #5CCCDD

Tints of Turquoise Blue #5CCCDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 42.75%

R = 17.79%
G = 39.46%
B = 42.75%

CMYK

 C value IS 0.58

 M value IS 0.08

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#5CCCDD (or 0x5CCCDD) is known color: Turquoise Blue. HEX triplet: 5C, CC and DD. RGB value is (92,204,221). Sum of RGB (Red+Green+Blue) = 92+204+221=517 (68% of max value = 765). Red value is 92 (36.33% from 255 or 17.79% from 517); Green value is 204 (80.08% from 255 or 39.46% from 517); Blue value is 221 (86.72% from 255 or 42.75% from 517); Max value from RGB is 221 - color contains mainly: blue. Hex color #5CCCDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5CCCDD is #A33322. Grayscale: #ACACAC. Windows color (decimal): -10695459 or 14535772. OLE color: 14535772.

HSL color Cylindrical-coordinate representation of color #5CCCDD: hue angle of 187.91º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5CCCDD is Cyan = 0.58, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 92 204 221 -
CMYK 0.58 0.08 0 0.13
HSL 187.91º 0.65% 0.61% -
HSV(B) 187.91º 0.58% 0.87% -
XYZ 39.06 50.68 76.13 -
YUV 172.45 155.39 70.62 -
System Red Green Blue C M Y K H S L
Decimal 92 204 221 0.58 0.08 0 0.13 187.91 0.65 0.61
Hex 5C CC DD 3A 8 0 D BC 41 3D
Octal 134 314 335 72 10 0 15 274 101 75
Binary 1011100 11001100 11011101 111010 1000 0 1101 10111100 1000001 111101

Color Harmonies of #5CCCDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5CCCDD

Black with #5CCCDD

Text Example


Text Example

White with #5CCCDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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