Html Css Color HEX #5FCDDB Turquoise Blue

📋 copy color: '#5FCDDB'

red 95 ◦ green 205 ◦ blue 219

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

Shades of Turquoise Blue #5FCDDB

Tints of Turquoise Blue #5FCDDB

RGB

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

 GREEN value IS 205 (80.47% from 255) = 39.5%

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

R = 18.3%
G = 39.5%
B = 42.2%

CMYK

 C value IS 0.57

 M value IS 0.06

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#5FCDDB (or 0x5FCDDB) is known color: Turquoise Blue. HEX triplet: 5F, CD and DB. RGB value is (95,205,219). Sum of RGB (Red+Green+Blue) = 95+205+219=519 (68% of max value = 765). Red value is 95 (37.5% from 255 or 18.30% from 519); Green value is 205 (80.47% from 255 or 39.50% from 519); Blue value is 219 (85.94% from 255 or 42.20% from 519); Max value from RGB is 219 - color contains mainly: blue. Hex color #5FCDDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5FCDDB is #A03224. Grayscale: #ADADAD. Windows color (decimal): -10498597 or 14404959. OLE color: 14404959.

HSL color Cylindrical-coordinate representation of color #5FCDDB: hue angle of 186.77º 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 #5FCDDB is Cyan = 0.57, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 95 205 219 -
CMYK 0.57 0.06 0 0.14
HSL 186.77º 0.63% 0.62% -
HSV(B) 186.77º 0.57% 0.86% -
XYZ 39.34 51.21 74.83 -
YUV 173.71 153.56 71.86 -
System Red Green Blue C M Y K H S L
Decimal 95 205 219 0.57 0.06 0 0.14 186.77 0.63 0.62
Hex 5F CD DB 39 6 0 E BB 3F 3E
Octal 137 315 333 71 6 0 16 273 77 76
Binary 1011111 11001101 11011011 111001 110 0 1110 10111011 111111 111110

Color Harmonies of #5FCDDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FCDDB

Black with #5FCDDB

Text Example


Text Example

White with #5FCDDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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