Html Css Color HEX #5FCCDB Turquoise Blue

📋 copy color: '#5FCCDB'

red 95 ◦ green 204 ◦ blue 219

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

Shades of Turquoise Blue #5FCCDB

Tints of Turquoise Blue #5FCCDB

RGB

 RED value IS 95 (37.5% from 255) = 18.34%

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

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

R = 18.34%
G = 39.38%
B = 42.28%

CMYK

 C value IS 0.57

 M value IS 0.07

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#5FCCDB (or 0x5FCCDB) is known color: Turquoise Blue. HEX triplet: 5F, CC and DB. RGB value is (95,204,219). Sum of RGB (Red+Green+Blue) = 95+204+219=518 (68% of max value = 765). Red value is 95 (37.5% from 255 or 18.34% from 518); Green value is 204 (80.08% from 255 or 39.38% from 518); Blue value is 219 (85.94% from 255 or 42.28% from 518); Max value from RGB is 219 - color contains mainly: blue. Hex color #5FCCDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5FCCDB is #A03324. Grayscale: #ACACAC. Windows color (decimal): -10498853 or 14404703. OLE color: 14404703.

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

Color convert

RGB 95 204 219 -
CMYK 0.57 0.07 0 0.14
HSL 187.26º 0.63% 0.62% -
HSV(B) 187.26º 0.57% 0.86% -
XYZ 39.1 50.73 74.75 -
YUV 173.12 153.89 72.28 -
System Red Green Blue C M Y K H S L
Decimal 95 204 219 0.57 0.07 0 0.14 187.26 0.63 0.62
Hex 5F CC DB 39 7 0 E BB 3F 3E
Octal 137 314 333 71 7 0 16 273 77 76
Binary 1011111 11001100 11011011 111001 111 0 1110 10111011 111111 111110

Color Harmonies of #5FCCDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FCCDB

Black with #5FCCDB

Text Example


Text Example

White with #5FCCDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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