Html Css Color HEX #5FCDCF Medium Turquoise

📋 copy color: '#5FCDCF'

red 95 ◦ green 205 ◦ blue 207

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

Shades of Medium Turquoise #5FCDCF

Tints of Medium Turquoise #5FCDCF

RGB

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

 GREEN value IS 205 (80.47% from 255) = 40.43%

 BLUE value IS 207 (81.25% from 255) = 40.83%

R = 18.74%
G = 40.43%
B = 40.83%

CMYK

 C value IS 0.54

 M value IS 0.01

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5FCDCF (or 0x5FCDCF) is known color: Medium Turquoise. HEX triplet: 5F, CD and CF. RGB value is (95,205,207). Sum of RGB (Red+Green+Blue) = 95+205+207=507 (67% of max value = 765). Red value is 95 (37.5% from 255 or 18.74% from 507); Green value is 205 (80.47% from 255 or 40.43% from 507); Blue value is 207 (81.25% from 255 or 40.83% from 507); Max value from RGB is 207 - color contains mainly: blue. Hex color #5FCDCF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5FCDCF is #A03230. Grayscale: #ACACAC. Windows color (decimal): -10498609 or 13618527. OLE color: 13618527.

HSL color Cylindrical-coordinate representation of color #5FCDCF: hue angle of 181.07º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5FCDCF is Cyan = 0.54, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 95 205 207 -
CMYK 0.54 0.01 0 0.19
HSL 181.07º 0.54% 0.59% -
HSV(B) 181.07º 0.54% 0.81% -
XYZ 37.81 50.6 66.81 -
YUV 172.34 147.56 72.84 -
System Red Green Blue C M Y K H S L
Decimal 95 205 207 0.54 0.01 0 0.19 181.07 0.54 0.59
Hex 5F CD CF 36 1 0 13 B5 36 3B
Octal 137 315 317 66 1 0 23 265 66 73
Binary 1011111 11001101 11001111 110110 1 0 10011 10110101 110110 111011

Color Harmonies of #5FCDCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FCDCF

Black with #5FCDCF

Text Example


Text Example

White with #5FCDCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,205,207); }

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

background-color css

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

 a { background-color: rgb(95,205,207); }

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

border-color css

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

 span { border-color: rgb(95,205,207); }

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