Html Css Color HEX #5CCCDB Turquoise Blue

📋 copy color: '#5CCCDB'

red 92 ◦ green 204 ◦ blue 219

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

Shades of Turquoise Blue #5CCCDB

Tints of Turquoise Blue #5CCCDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 42.52%

R = 17.86%
G = 39.61%
B = 42.52%

CMYK

 C value IS 0.58

 M value IS 0.07

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#5CCCDB (or 0x5CCCDB) is known color: Turquoise Blue. HEX triplet: 5C, CC and DB. RGB value is (92,204,219). Sum of RGB (Red+Green+Blue) = 92+204+219=515 (68% of max value = 765). Red value is 92 (36.33% from 255 or 17.86% from 515); Green value is 204 (80.08% from 255 or 39.61% from 515); Blue value is 219 (85.94% from 255 or 42.52% from 515); Max value from RGB is 219 - color contains mainly: blue. Hex color #5CCCDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5CCCDB is #A33324. Grayscale: #ACACAC. Windows color (decimal): -10695461 or 14404700. OLE color: 14404700.

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

Color convert

RGB 92 204 219 -
CMYK 0.58 0.07 0 0.14
HSL 187.09º 0.64% 0.61% -
HSV(B) 187.09º 0.58% 0.86% -
XYZ 38.79 50.58 74.74 -
YUV 172.22 154.39 70.78 -
System Red Green Blue C M Y K H S L
Decimal 92 204 219 0.58 0.07 0 0.14 187.09 0.64 0.61
Hex 5C CC DB 3A 7 0 E BB 40 3D
Octal 134 314 333 72 7 0 16 273 100 75
Binary 1011100 11001100 11011011 111010 111 0 1110 10111011 1000000 111101

Color Harmonies of #5CCCDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5CCCDB

Black with #5CCCDB

Text Example


Text Example

White with #5CCCDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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