Html Css Color HEX #5FCDCA Medium Turquoise

📋 copy color: '#5FCDCA'

red 95 ◦ green 205 ◦ blue 202

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

Shades of Medium Turquoise #5FCDCA

Tints of Medium Turquoise #5FCDCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 40.24%

R = 18.92%
G = 40.84%
B = 40.24%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.01

 K value IS 0.20

RGB Variations

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

Color information

#5FCDCA (or 0x5FCDCA) is known color: Medium Turquoise. HEX triplet: 5F, CD and CA. RGB value is (95,205,202). Sum of RGB (Red+Green+Blue) = 95+205+202=502 (66% of max value = 765). Red value is 95 (37.5% from 255 or 18.92% from 502); Green value is 205 (80.47% from 255 or 40.84% from 502); Blue value is 202 (79.30% from 255 or 40.24% from 502); Max value from RGB is 205 - color contains mainly: green. Hex color #5FCDCA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5FCDCA is #A03235. Grayscale: #ABABAB. Windows color (decimal): -10498614 or 13290847. OLE color: 13290847.

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

Color convert

RGB 95 205 202 -
CMYK 0.54 0 0.01 0.20
HSL 178.36º 0.52% 0.59% -
HSV(B) 178.36º 0.54% 0.8% -
XYZ 37.21 50.36 63.64 -
YUV 171.77 145.06 73.24 -
System Red Green Blue C M Y K H S L
Decimal 95 205 202 0.54 0 0.01 0.20 178.36 0.52 0.59
Hex 5F CD CA 36 0 1 14 B2 34 3B
Octal 137 315 312 66 0 1 24 262 64 73
Binary 1011111 11001101 11001010 110110 0 1 10100 10110010 110100 111011

Color Harmonies of #5FCDCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FCDCA

Black with #5FCDCA

Text Example


Text Example

White with #5FCDCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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