Html Css Color HEX #2FCCB9 Medium Turquoise

📋 copy color: '#2FCCB9'

red 47 ◦ green 204 ◦ blue 185

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

Shades of Medium Turquoise #2FCCB9

Tints of Medium Turquoise #2FCCB9

RGB

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

 GREEN value IS 204 (80.08% from 255) = 46.79%

 BLUE value IS 185 (72.66% from 255) = 42.43%

R = 10.78%
G = 46.79%
B = 42.43%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.09

 K value IS 0.2

RGB Variations

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

Color information

#2FCCB9 (or 0x2FCCB9) is known color: Medium Turquoise. HEX triplet: 2F, CC and B9. RGB value is (47,204,185). Sum of RGB (Red+Green+Blue) = 47+204+185=436 (57% of max value = 765). Red value is 47 (18.75% from 255 or 10.78% from 436); Green value is 204 (80.08% from 255 or 46.79% from 436); Blue value is 185 (72.66% from 255 or 42.43% from 436); Max value from RGB is 204 - color contains mainly: green. Hex color #2FCCB9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2FCCB9 is #D03346. Grayscale: #9A9A9A. Windows color (decimal): -13644615 or 12176431. OLE color: 12176431.

HSL color Cylindrical-coordinate representation of color #2FCCB9: hue angle of 172.74º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2FCCB9 is Cyan = 0.77, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.2.

Color convert

RGB 47 204 185 -
CMYK 0.77 0 0.09 0.2
HSL 172.74º 0.63% 0.49% -
HSV(B) 172.74º 0.77% 0.8% -
XYZ 31.52 47.29 53.37 -
YUV 154.89 144.99 51.04 -
System Red Green Blue C M Y K H S L
Decimal 47 204 185 0.77 0 0.09 0.2 172.74 0.63 0.49
Hex 2F CC B9 4D 0 9 14 AD 3F 31
Octal 57 314 271 115 0 11 24 255 77 61
Binary 101111 11001100 10111001 1001101 0 1001 10100 10101101 111111 110001

Color Harmonies of #2FCCB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FCCB9

Black with #2FCCB9

Text Example


Text Example

White with #2FCCB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,204,185); }

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

background-color css

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

 a { background-color: rgb(47,204,185); }

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

border-color css

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

 span { border-color: rgb(47,204,185); }

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