Html Css Color HEX #5FCAD0 Medium Turquoise

📋 copy color: '#5FCAD0'

red 95 ◦ green 202 ◦ blue 208

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

Shades of Medium Turquoise #5FCAD0

Tints of Medium Turquoise #5FCAD0

RGB

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

 GREEN value IS 202 (79.3% from 255) = 40%

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

R = 18.81%
G = 40%
B = 41.19%

CMYK

 C value IS 0.54

 M value IS 0.03

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#5FCAD0 (or 0x5FCAD0) is known color: Medium Turquoise. HEX triplet: 5F, CA and D0. RGB value is (95,202,208). Sum of RGB (Red+Green+Blue) = 95+202+208=505 (66% of max value = 765). Red value is 95 (37.5% from 255 or 18.81% from 505); Green value is 202 (79.30% from 255 or 40% from 505); Blue value is 208 (81.64% from 255 or 41.19% from 505); Max value from RGB is 208 - color contains mainly: blue. Hex color #5FCAD0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5FCAD0 is #A0352F. Grayscale: #AAAAAA. Windows color (decimal): -10499376 or 13683295. OLE color: 13683295.

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

Color convert

RGB 95 202 208 -
CMYK 0.54 0.03 0 0.18
HSL 183.19º 0.55% 0.59% -
HSV(B) 183.19º 0.54% 0.82% -
XYZ 37.23 49.23 67.21 -
YUV 170.69 149.05 74.01 -
System Red Green Blue C M Y K H S L
Decimal 95 202 208 0.54 0.03 0 0.18 183.19 0.55 0.59
Hex 5F CA D0 36 3 0 12 B7 37 3B
Octal 137 312 320 66 3 0 22 267 67 73
Binary 1011111 11001010 11010000 110110 11 0 10010 10110111 110111 111011

Color Harmonies of #5FCAD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FCAD0

Black with #5FCAD0

Text Example


Text Example

White with #5FCAD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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