Html Css Color HEX #2FCACE Medium Turquoise

📋 copy color: '#2FCACE'

red 47 ◦ green 202 ◦ blue 206

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

Shades of Medium Turquoise #2FCACE

Tints of Medium Turquoise #2FCACE

RGB

 RED value IS 47 (18.75% from 255) = 10.33%

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

 BLUE value IS 206 (80.86% from 255) = 45.27%

R = 10.33%
G = 44.4%
B = 45.27%

CMYK

 C value IS 0.77

 M value IS 0.02

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#2FCACE (or 0x2FCACE) is known color: Medium Turquoise. HEX triplet: 2F, CA and CE. RGB value is (47,202,206). Sum of RGB (Red+Green+Blue) = 47+202+206=455 (60% of max value = 765). Red value is 47 (18.75% from 255 or 10.33% from 455); Green value is 202 (79.30% from 255 or 44.40% from 455); Blue value is 206 (80.86% from 255 or 45.27% from 455); Max value from RGB is 206 - color contains mainly: blue. Hex color #2FCACE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2FCACE is #D03531. Grayscale: #9B9B9B. Windows color (decimal): -13645106 or 13552175. OLE color: 13552175.

HSL color Cylindrical-coordinate representation of color #2FCACE: hue angle of 181.51º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2FCACE is Cyan = 0.77, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 47 202 206 -
CMYK 0.77 0.02 0 0.19
HSL 181.51º 0.63% 0.5% -
HSV(B) 181.51º 0.77% 0.81% -
XYZ 33.43 47.3 65.76 -
YUV 156.11 156.15 50.17 -
System Red Green Blue C M Y K H S L
Decimal 47 202 206 0.77 0.02 0 0.19 181.51 0.63 0.5
Hex 2F CA CE 4D 2 0 13 B6 3F 32
Octal 57 312 316 115 2 0 23 266 77 62
Binary 101111 11001010 11001110 1001101 10 0 10011 10110110 111111 110010

Color Harmonies of #2FCACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FCACE

Black with #2FCACE

Text Example


Text Example

White with #2FCACE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2FCACE; }

 p { color: rgb(47,202,206); }

 H1.HeaderClassName
 {
   color: #2FCACE;
 }
 .AnyTagClassName
 {
   color: #2FCACE;
 }
</style>

background-color css

<style>
 a { background-color: #2FCACE; }

 a { background-color: rgb(47,202,206); }

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

border-color css

<style>
 span { border-color: #2FCACE; }

 span { border-color: rgb(47,202,206); }

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