Html Css Color HEX #2FCABB Medium Turquoise

📋 copy color: '#2FCABB'

red 47 ◦ green 202 ◦ blue 187

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

Shades of Medium Turquoise #2FCABB

Tints of Medium Turquoise #2FCABB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 42.89%

R = 10.78%
G = 46.33%
B = 42.89%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.07

 K value IS 0.21

RGB Variations

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

Color information

#2FCABB (or 0x2FCABB) is known color: Medium Turquoise. HEX triplet: 2F, CA and BB. RGB value is (47,202,187). Sum of RGB (Red+Green+Blue) = 47+202+187=436 (57% of max value = 765). Red value is 47 (18.75% from 255 or 10.78% from 436); Green value is 202 (79.30% from 255 or 46.33% from 436); Blue value is 187 (73.44% from 255 or 42.89% from 436); Max value from RGB is 202 - color contains mainly: green. Hex color #2FCABB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2FCABB is #D03544. Grayscale: #999999. Windows color (decimal): -13645125 or 12306991. OLE color: 12306991.

HSL color Cylindrical-coordinate representation of color #2FCABB: hue angle of 174.19º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2FCABB is Cyan = 0.77, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.21.

Color convert

RGB 47 202 187 -
CMYK 0.77 0 0.07 0.21
HSL 174.19º 0.62% 0.49% -
HSV(B) 174.19º 0.77% 0.79% -
XYZ 31.26 46.43 54.33 -
YUV 153.95 146.65 51.72 -
System Red Green Blue C M Y K H S L
Decimal 47 202 187 0.77 0 0.07 0.21 174.19 0.62 0.49
Hex 2F CA BB 4D 0 7 15 AE 3E 31
Octal 57 312 273 115 0 7 25 256 76 61
Binary 101111 11001010 10111011 1001101 0 111 10101 10101110 111110 110001

Color Harmonies of #2FCABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FCABB

Black with #2FCABB

Text Example


Text Example

White with #2FCABB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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