Html Css Color HEX #2FCDBB Medium Turquoise

📋 copy color: '#2FCDBB'

red 47 ◦ green 205 ◦ blue 187

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

Shades of Medium Turquoise #2FCDBB

Tints of Medium Turquoise #2FCDBB

RGB

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

 GREEN value IS 205 (80.47% from 255) = 46.7%

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

R = 10.71%
G = 46.7%
B = 42.6%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.09

 K value IS 0.20

RGB Variations

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

Color information

#2FCDBB (or 0x2FCDBB) is known color: Medium Turquoise. HEX triplet: 2F, CD and BB. RGB value is (47,205,187). Sum of RGB (Red+Green+Blue) = 47+205+187=439 (58% of max value = 765). Red value is 47 (18.75% from 255 or 10.71% from 439); Green value is 205 (80.47% from 255 or 46.70% from 439); Blue value is 187 (73.44% from 255 or 42.60% from 439); Max value from RGB is 205 - color contains mainly: green. Hex color #2FCDBB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2FCDBB is #D03244. Grayscale: #9B9B9B. Windows color (decimal): -13644357 or 12307759. OLE color: 12307759.

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

Color convert

RGB 47 205 187 -
CMYK 0.77 0 0.09 0.20
HSL 173.16º 0.63% 0.49% -
HSV(B) 173.16º 0.77% 0.8% -
XYZ 31.97 47.85 54.57 -
YUV 155.71 145.65 50.46 -
System Red Green Blue C M Y K H S L
Decimal 47 205 187 0.77 0 0.09 0.20 173.16 0.63 0.49
Hex 2F CD BB 4D 0 9 14 AD 3F 31
Octal 57 315 273 115 0 11 24 255 77 61
Binary 101111 11001101 10111011 1001101 0 1001 10100 10101101 111111 110001

Color Harmonies of #2FCDBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FCDBB

Black with #2FCDBB

Text Example


Text Example

White with #2FCDBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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