Html Css Color HEX #5FCEDC Turquoise Blue

📋 copy color: '#5FCEDC'

red 95 ◦ green 206 ◦ blue 220

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

Shades of Turquoise Blue #5FCEDC

Tints of Turquoise Blue #5FCEDC

RGB

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

 GREEN value IS 206 (80.86% from 255) = 39.54%

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

R = 18.23%
G = 39.54%
B = 42.23%

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

#5FCEDC (or 0x5FCEDC) is known color: Turquoise Blue. HEX triplet: 5F, CE and DC. RGB value is (95,206,220). Sum of RGB (Red+Green+Blue) = 95+206+220=521 (69% of max value = 765). Red value is 95 (37.5% from 255 or 18.23% from 521); Green value is 206 (80.86% from 255 or 39.54% from 521); Blue value is 220 (86.33% from 255 or 42.23% from 521); Max value from RGB is 220 - color contains mainly: blue. Hex color #5FCEDC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5FCEDC is #A03123. Grayscale: #AEAEAE. Windows color (decimal): -10498340 or 14470751. OLE color: 14470751.

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

Color convert

RGB 95 206 220 -
CMYK 0.57 0.06 0 0.14
HSL 186.72º 0.64% 0.62% -
HSV(B) 186.72º 0.57% 0.86% -
XYZ 39.71 51.74 75.6 -
YUV 174.41 153.73 71.36 -
System Red Green Blue C M Y K H S L
Decimal 95 206 220 0.57 0.06 0 0.14 186.72 0.64 0.62
Hex 5F CE DC 39 6 0 E BB 40 3E
Octal 137 316 334 71 6 0 16 273 100 76
Binary 1011111 11001110 11011100 111001 110 0 1110 10111011 1000000 111110

Color Harmonies of #5FCEDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FCEDC

Black with #5FCEDC

Text Example


Text Example

White with #5FCEDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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