Html Css Color HEX #5FCACF Medium Turquoise

📋 copy color: '#5FCACF'

red 95 ◦ green 202 ◦ blue 207

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

Shades of Medium Turquoise #5FCACF

Tints of Medium Turquoise #5FCACF

RGB

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

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

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

R = 18.85%
G = 40.08%
B = 41.07%

CMYK

 C value IS 0.54

 M value IS 0.02

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5FCACF (or 0x5FCACF) is known color: Medium Turquoise. HEX triplet: 5F, CA and CF. RGB value is (95,202,207). Sum of RGB (Red+Green+Blue) = 95+202+207=504 (66% of max value = 765). Red value is 95 (37.5% from 255 or 18.85% from 504); Green value is 202 (79.30% from 255 or 40.08% from 504); Blue value is 207 (81.25% from 255 or 41.07% from 504); Max value from RGB is 207 - color contains mainly: blue. Hex color #5FCACF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5FCACF is #A03530. Grayscale: #AAAAAA. Windows color (decimal): -10499377 or 13617759. OLE color: 13617759.

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

Color convert

RGB 95 202 207 -
CMYK 0.54 0.02 0 0.19
HSL 182.68º 0.54% 0.59% -
HSV(B) 182.68º 0.54% 0.81% -
XYZ 37.1 49.18 66.57 -
YUV 170.58 148.55 74.09 -
System Red Green Blue C M Y K H S L
Decimal 95 202 207 0.54 0.02 0 0.19 182.68 0.54 0.59
Hex 5F CA CF 36 2 0 13 B7 36 3B
Octal 137 312 317 66 2 0 23 267 66 73
Binary 1011111 11001010 11001111 110110 10 0 10011 10110111 110110 111011

Color Harmonies of #5FCACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FCACF

Black with #5FCACF

Text Example


Text Example

White with #5FCACF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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