Html Css Color HEX #2FCECB Medium Turquoise

📋 copy color: '#2FCECB'

red 47 ◦ green 206 ◦ blue 203

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

Shades of Medium Turquoise #2FCECB

Tints of Medium Turquoise #2FCECB

RGB

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

 GREEN value IS 206 (80.86% from 255) = 45.18%

 BLUE value IS 203 (79.69% from 255) = 44.52%

R = 10.31%
G = 45.18%
B = 44.52%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.01

 K value IS 0.19

RGB Variations

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

Color information

#2FCECB (or 0x2FCECB) is known color: Medium Turquoise. HEX triplet: 2F, CE and CB. RGB value is (47,206,203). Sum of RGB (Red+Green+Blue) = 47+206+203=456 (60% of max value = 765). Red value is 47 (18.75% from 255 or 10.31% from 456); Green value is 206 (80.86% from 255 or 45.18% from 456); Blue value is 203 (79.69% from 255 or 44.52% from 456); Max value from RGB is 206 - color contains mainly: green. Hex color #2FCECB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2FCECB is #D03134. Grayscale: #9D9D9D. Windows color (decimal): -13644085 or 13356591. OLE color: 13356591.

HSL color Cylindrical-coordinate representation of color #2FCECB: hue angle of 178.87º 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 #2FCECB is Cyan = 0.77, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.19.

Color convert

RGB 47 206 203 -
CMYK 0.77 0 0.01 0.19
HSL 178.87º 0.63% 0.5% -
HSV(B) 178.87º 0.77% 0.81% -
XYZ 34.02 49.06 64.18 -
YUV 158.12 153.32 48.74 -
System Red Green Blue C M Y K H S L
Decimal 47 206 203 0.77 0 0.01 0.19 178.87 0.63 0.5
Hex 2F CE CB 4D 0 1 13 B3 3F 32
Octal 57 316 313 115 0 1 23 263 77 62
Binary 101111 11001110 11001011 1001101 0 1 10011 10110011 111111 110010

Color Harmonies of #2FCECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FCECB

Black with #2FCECB

Text Example


Text Example

White with #2FCECB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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