Html Css Color HEX #5FC9DD Turquoise Blue

📋 copy color: '#5FC9DD'

red 95 ◦ green 201 ◦ blue 221

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

Shades of Turquoise Blue #5FC9DD

Tints of Turquoise Blue #5FC9DD

RGB

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

 GREEN value IS 201 (78.91% from 255) = 38.88%

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

R = 18.38%
G = 38.88%
B = 42.75%

CMYK

 C value IS 0.57

 M value IS 0.09

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#5FC9DD (or 0x5FC9DD) is known color: Turquoise Blue. HEX triplet: 5F, C9 and DD. RGB value is (95,201,221). Sum of RGB (Red+Green+Blue) = 95+201+221=517 (68% of max value = 765). Red value is 95 (37.5% from 255 or 18.38% from 517); Green value is 201 (78.91% from 255 or 38.88% 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 #5FC9DD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5FC9DD is #A03622. Grayscale: #ABABAB. Windows color (decimal): -10499619 or 14535007. OLE color: 14535007.

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

Color convert

RGB 95 201 221 -
CMYK 0.57 0.09 0 0.13
HSL 189.52º 0.65% 0.62% -
HSV(B) 189.52º 0.57% 0.87% -
XYZ 38.66 49.43 75.91 -
YUV 171.59 155.88 73.37 -
System Red Green Blue C M Y K H S L
Decimal 95 201 221 0.57 0.09 0 0.13 189.52 0.65 0.62
Hex 5F C9 DD 39 9 0 D BE 41 3E
Octal 137 311 335 71 11 0 15 276 101 76
Binary 1011111 11001001 11011101 111001 1001 0 1101 10111110 1000001 111110

Color Harmonies of #5FC9DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FC9DD

Black with #5FC9DD

Text Example


Text Example

White with #5FC9DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,201,221); }

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

background-color css

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

 a { background-color: rgb(95,201,221); }

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

border-color css

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

 span { border-color: rgb(95,201,221); }

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