Html Css Color HEX #5FDEDC Turquoise Blue

📋 copy color: '#5FDEDC'

red 95 ◦ green 222 ◦ blue 220

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

Shades of Turquoise Blue #5FDEDC

Tints of Turquoise Blue #5FDEDC

RGB

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

 GREEN value IS 222 (87.11% from 255) = 41.34%

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

R = 17.69%
G = 41.34%
B = 40.97%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#5FDEDC (or 0x5FDEDC) is known color: Turquoise Blue. HEX triplet: 5F, DE and DC. RGB value is (95,222,220). Sum of RGB (Red+Green+Blue) = 95+222+220=537 (71% of max value = 765). Red value is 95 (37.5% from 255 or 17.69% from 537); Green value is 222 (87.11% from 255 or 41.34% from 537); Blue value is 220 (86.33% from 255 or 40.97% from 537); Max value from RGB is 222 - color contains mainly: green. Hex color #5FDEDC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5FDEDC is #A02123. Grayscale: #B7B7B7. Windows color (decimal): -10494244 or 14474847. OLE color: 14474847.

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

Color convert

RGB 95 222 220 -
CMYK 0.57 0 0.01 0.13
HSL 179.06º 0.66% 0.62% -
HSV(B) 179.06º 0.57% 0.87% -
XYZ 43.76 59.84 76.95 -
YUV 183.8 148.42 64.66 -
System Red Green Blue C M Y K H S L
Decimal 95 222 220 0.57 0 0.01 0.13 179.06 0.66 0.62
Hex 5F DE DC 39 0 1 D B3 42 3E
Octal 137 336 334 71 0 1 15 263 102 76
Binary 1011111 11011110 11011100 111001 0 1 1101 10110011 1000010 111110

Color Harmonies of #5FDEDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FDEDC

Black with #5FDEDC

Text Example


Text Example

White with #5FDEDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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