Html Css Color HEX #5FCCDC Turquoise Blue

📋 copy color: '#5FCCDC'

red 95 ◦ green 204 ◦ blue 220

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

Shades of Turquoise Blue #5FCCDC

Tints of Turquoise Blue #5FCCDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 42.39%

R = 18.3%
G = 39.31%
B = 42.39%

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

#5FCCDC (or 0x5FCCDC) is known color: Turquoise Blue. HEX triplet: 5F, CC and DC. RGB value is (95,204,220). Sum of RGB (Red+Green+Blue) = 95+204+220=519 (68% of max value = 765). Red value is 95 (37.5% from 255 or 18.30% from 519); Green value is 204 (80.08% from 255 or 39.31% from 519); Blue value is 220 (86.33% from 255 or 42.39% from 519); Max value from RGB is 220 - color contains mainly: blue. Hex color #5FCCDC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5FCCDC is #A03323. Grayscale: #ADADAD. Windows color (decimal): -10498852 or 14470239. OLE color: 14470239.

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

Color convert

RGB 95 204 220 -
CMYK 0.57 0.07 0 0.14
HSL 187.68º 0.64% 0.62% -
HSV(B) 187.68º 0.57% 0.86% -
XYZ 39.23 50.79 75.45 -
YUV 173.23 154.39 72.2 -
System Red Green Blue C M Y K H S L
Decimal 95 204 220 0.57 0.07 0 0.14 187.68 0.64 0.62
Hex 5F CC DC 39 7 0 E BC 40 3E
Octal 137 314 334 71 7 0 16 274 100 76
Binary 1011111 11001100 11011100 111001 111 0 1110 10111100 1000000 111110

Color Harmonies of #5FCCDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FCCDC

Black with #5FCCDC

Text Example


Text Example

White with #5FCCDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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