Html Css Color HEX #5FCBDB Turquoise Blue

📋 copy color: '#5FCBDB'

red 95 ◦ green 203 ◦ blue 219

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

Shades of Turquoise Blue #5FCBDB

Tints of Turquoise Blue #5FCBDB

RGB

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

 GREEN value IS 203 (79.69% from 255) = 39.26%

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

R = 18.38%
G = 39.26%
B = 42.36%

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

#5FCBDB (or 0x5FCBDB) is known color: Turquoise Blue. HEX triplet: 5F, CB and DB. RGB value is (95,203,219). Sum of RGB (Red+Green+Blue) = 95+203+219=517 (68% of max value = 765). Red value is 95 (37.5% from 255 or 18.38% from 517); Green value is 203 (79.69% from 255 or 39.26% from 517); Blue value is 219 (85.94% from 255 or 42.36% from 517); Max value from RGB is 219 - color contains mainly: blue. Hex color #5FCBDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5FCBDB is #A03424. Grayscale: #ACACAC. Windows color (decimal): -10499109 or 14404447. OLE color: 14404447.

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

Color convert

RGB 95 203 219 -
CMYK 0.57 0.07 0 0.14
HSL 187.74º 0.63% 0.62% -
HSV(B) 187.74º 0.57% 0.86% -
XYZ 38.86 50.26 74.67 -
YUV 172.53 154.22 72.7 -
System Red Green Blue C M Y K H S L
Decimal 95 203 219 0.57 0.07 0 0.14 187.74 0.63 0.62
Hex 5F CB DB 39 7 0 E BC 3F 3E
Octal 137 313 333 71 7 0 16 274 77 76
Binary 1011111 11001011 11011011 111001 111 0 1110 10111100 111111 111110

Color Harmonies of #5FCBDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FCBDB

Black with #5FCBDB

Text Example


Text Example

White with #5FCBDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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