Html Css Color HEX #5FDCD0 Medium Turquoise

📋 copy color: '#5FDCD0'

red 95 ◦ green 220 ◦ blue 208

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

Shades of Medium Turquoise #5FDCD0

Tints of Medium Turquoise #5FDCD0

RGB

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

 GREEN value IS 220 (86.33% from 255) = 42.07%

 BLUE value IS 208 (81.64% from 255) = 39.77%

R = 18.16%
G = 42.07%
B = 39.77%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.05

 K value IS 0.14

RGB Variations

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

Color information

#5FDCD0 (or 0x5FDCD0) is known color: Medium Turquoise. HEX triplet: 5F, DC and D0. RGB value is (95,220,208). Sum of RGB (Red+Green+Blue) = 95+220+208=523 (69% of max value = 765). Red value is 95 (37.5% from 255 or 18.16% from 523); Green value is 220 (86.33% from 255 or 42.07% from 523); Blue value is 208 (81.64% from 255 or 39.77% from 523); Max value from RGB is 220 - color contains mainly: green. Hex color #5FDCD0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5FDCD0 is #A0232F. Grayscale: #B5B5B5. Windows color (decimal): -10494768 or 13687903. OLE color: 13687903.

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

Color convert

RGB 95 220 208 -
CMYK 0.57 0 0.05 0.14
HSL 174.24º 0.64% 0.62% -
HSV(B) 174.24º 0.57% 0.86% -
XYZ 41.7 58.17 68.71 -
YUV 181.26 143.09 66.48 -
System Red Green Blue C M Y K H S L
Decimal 95 220 208 0.57 0 0.05 0.14 174.24 0.64 0.62
Hex 5F DC D0 39 0 5 E AE 40 3E
Octal 137 334 320 71 0 5 16 256 100 76
Binary 1011111 11011100 11010000 111001 0 101 1110 10101110 1000000 111110

Color Harmonies of #5FDCD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FDCD0

Black with #5FDCD0

Text Example


Text Example

White with #5FDCD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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