Html Css Color HEX #2FCEBD Medium Turquoise

📋 copy color: '#2FCEBD'

red 47 ◦ green 206 ◦ blue 189

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

Shades of Medium Turquoise #2FCEBD

Tints of Medium Turquoise #2FCEBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 42.76%

R = 10.63%
G = 46.61%
B = 42.76%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.08

 K value IS 0.19

RGB Variations

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

Color information

#2FCEBD (or 0x2FCEBD) is known color: Medium Turquoise. HEX triplet: 2F, CE and BD. RGB value is (47,206,189). Sum of RGB (Red+Green+Blue) = 47+206+189=442 (58% of max value = 765). Red value is 47 (18.75% from 255 or 10.63% from 442); Green value is 206 (80.86% from 255 or 46.61% from 442); Blue value is 189 (74.22% from 255 or 42.76% from 442); Max value from RGB is 206 - color contains mainly: green. Hex color #2FCEBD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2FCEBD is #D03142. Grayscale: #9C9C9C. Windows color (decimal): -13644099 or 12439087. OLE color: 12439087.

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

Color convert

RGB 47 206 189 -
CMYK 0.77 0 0.08 0.19
HSL 173.58º 0.63% 0.5% -
HSV(B) 173.58º 0.77% 0.81% -
XYZ 32.43 48.42 55.78 -
YUV 156.52 146.32 49.88 -
System Red Green Blue C M Y K H S L
Decimal 47 206 189 0.77 0 0.08 0.19 173.58 0.63 0.5
Hex 2F CE BD 4D 0 8 13 AE 3F 32
Octal 57 316 275 115 0 10 23 256 77 62
Binary 101111 11001110 10111101 1001101 0 1000 10011 10101110 111111 110010

Color Harmonies of #2FCEBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FCEBD

Black with #2FCEBD

Text Example


Text Example

White with #2FCEBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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