Html Css Color HEX #5FD2CE Medium Turquoise

📋 copy color: '#5FD2CE'

red 95 ◦ green 210 ◦ blue 206

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

Shades of Medium Turquoise #5FD2CE

Tints of Medium Turquoise #5FD2CE

RGB

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

 GREEN value IS 210 (82.42% from 255) = 41.1%

 BLUE value IS 206 (80.86% from 255) = 40.31%

R = 18.59%
G = 41.1%
B = 40.31%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.02

 K value IS 0.18

RGB Variations

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

Color information

#5FD2CE (or 0x5FD2CE) is known color: Medium Turquoise. HEX triplet: 5F, D2 and CE. RGB value is (95,210,206). Sum of RGB (Red+Green+Blue) = 95+210+206=511 (67% of max value = 765). Red value is 95 (37.5% from 255 or 18.59% from 511); Green value is 210 (82.42% from 255 or 41.10% from 511); Blue value is 206 (80.86% from 255 or 40.31% from 511); Max value from RGB is 210 - color contains mainly: green. Hex color #5FD2CE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5FD2CE is #A02D31. Grayscale: #AFAFAF. Windows color (decimal): -10497330 or 13554271. OLE color: 13554271.

HSL color Cylindrical-coordinate representation of color #5FD2CE: hue angle of 177.91º degrees, saturation: 0.56, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5FD2CE is Cyan = 0.55, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.18.

Color convert

RGB 95 210 206 -
CMYK 0.55 0 0.02 0.18
HSL 177.91º 0.56% 0.6% -
HSV(B) 177.91º 0.55% 0.82% -
XYZ 38.91 52.98 66.57 -
YUV 175.16 145.4 70.83 -
System Red Green Blue C M Y K H S L
Decimal 95 210 206 0.55 0 0.02 0.18 177.91 0.56 0.6
Hex 5F D2 CE 37 0 2 12 B2 38 3C
Octal 137 322 316 67 0 2 22 262 70 74
Binary 1011111 11010010 11001110 110111 0 10 10010 10110010 111000 111100

Color Harmonies of #5FD2CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FD2CE

Black with #5FD2CE

Text Example


Text Example

White with #5FD2CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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