Html Css Color HEX #5FCCDD Turquoise Blue

📋 copy color: '#5FCCDD'

red 95 ◦ green 204 ◦ blue 221

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

Shades of Turquoise Blue #5FCCDD

Tints of Turquoise Blue #5FCCDD

RGB

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

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

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

R = 18.27%
G = 39.23%
B = 42.5%

CMYK

 C value IS 0.57

 M value IS 0.08

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#5FCCDD (or 0x5FCCDD) is known color: Turquoise Blue. HEX triplet: 5F, CC and DD. RGB value is (95,204,221). Sum of RGB (Red+Green+Blue) = 95+204+221=520 (68% of max value = 765). Red value is 95 (37.5% from 255 or 18.27% from 520); Green value is 204 (80.08% from 255 or 39.23% from 520); Blue value is 221 (86.72% from 255 or 42.5% from 520); Max value from RGB is 221 - color contains mainly: blue. Hex color #5FCCDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5FCCDD is #A03322. Grayscale: #ADADAD. Windows color (decimal): -10498851 or 14535775. OLE color: 14535775.

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

Color convert

RGB 95 204 221 -
CMYK 0.57 0.08 0 0.13
HSL 188.1º 0.65% 0.62% -
HSV(B) 188.1º 0.57% 0.87% -
XYZ 39.36 50.84 76.14 -
YUV 173.35 154.89 72.12 -
System Red Green Blue C M Y K H S L
Decimal 95 204 221 0.57 0.08 0 0.13 188.1 0.65 0.62
Hex 5F CC DD 39 8 0 D BC 41 3E
Octal 137 314 335 71 10 0 15 274 101 76
Binary 1011111 11001100 11011101 111001 1000 0 1101 10111100 1000001 111110

Color Harmonies of #5FCCDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FCCDD

Black with #5FCCDD

Text Example


Text Example

White with #5FCCDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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