Html Css Color HEX #5FCFCF Medium Turquoise

📋 copy color: '#5FCFCF'

red 95 ◦ green 207 ◦ blue 207

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

Shades of Medium Turquoise #5FCFCF

Tints of Medium Turquoise #5FCFCF

RGB

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

 GREEN value IS 207 (81.25% from 255) = 40.67%

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

R = 18.66%
G = 40.67%
B = 40.67%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5FCFCF (or 0x5FCFCF) is known color: Medium Turquoise. HEX triplet: 5F, CF and CF. RGB value is (95,207,207). Sum of RGB (Red+Green+Blue) = 95+207+207=509 (67% of max value = 765). Red value is 95 (37.5% from 255 or 18.66% from 509); Green value is 207 (81.25% from 255 or 40.67% from 509); Blue value is 207 (81.25% from 255 or 40.67% from 509); Max value from RGB is 207 - color contains mainly: green, blue. Hex color #5FCFCF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5FCFCF is #A03030. Grayscale: #ADADAD. Windows color (decimal): -10498097 or 13619039. OLE color: 13619039.

HSL color Cylindrical-coordinate representation of color #5FCFCF: hue angle of 180º 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 #5FCFCF is Cyan = 0.54, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 95 207 207 -
CMYK 0.54 0 0 0.19
HSL 180º 0.54% 0.59% -
HSV(B) 180º 0.54% 0.81% -
XYZ 38.29 51.56 66.97 -
YUV 173.51 146.89 72 -
System Red Green Blue C M Y K H S L
Decimal 95 207 207 0.54 0 0 0.19 180 0.54 0.59
Hex 5F CF CF 36 0 0 13 B4 36 3B
Octal 137 317 317 66 0 0 23 264 66 73
Binary 1011111 11001111 11001111 110110 0 0 10011 10110100 110110 111011

Color Harmonies of #5FCFCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FCFCF

Black with #5FCFCF

Text Example


Text Example

White with #5FCFCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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