Html Css Color HEX #2FCED9 Medium Turquoise

📋 copy color: '#2FCED9'

red 47 ◦ green 206 ◦ blue 217

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

Shades of Medium Turquoise #2FCED9

Tints of Medium Turquoise #2FCED9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 46.17%

R = 10%
G = 43.83%
B = 46.17%

CMYK

 C value IS 0.78

 M value IS 0.05

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#2FCED9 (or 0x2FCED9) is known color: Medium Turquoise. HEX triplet: 2F, CE and D9. RGB value is (47,206,217). Sum of RGB (Red+Green+Blue) = 47+206+217=470 (62% of max value = 765). Red value is 47 (18.75% from 255 or 10% from 470); Green value is 206 (80.86% from 255 or 43.83% from 470); Blue value is 217 (85.16% from 255 or 46.17% from 470); Max value from RGB is 217 - color contains mainly: blue. Hex color #2FCED9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2FCED9 is #D03126. Grayscale: #9F9F9F. Windows color (decimal): -13644071 or 14274095. OLE color: 14274095.

HSL color Cylindrical-coordinate representation of color #2FCED9: hue angle of 183.88º degrees, saturation: 0.69, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2FCED9 is Cyan = 0.78, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 47 206 217 -
CMYK 0.78 0.05 0 0.15
HSL 183.88º 0.69% 0.52% -
HSV(B) 183.88º 0.78% 0.85% -
XYZ 35.77 49.76 73.36 -
YUV 159.71 160.32 47.61 -
System Red Green Blue C M Y K H S L
Decimal 47 206 217 0.78 0.05 0 0.15 183.88 0.69 0.52
Hex 2F CE D9 4E 5 0 F B8 45 34
Octal 57 316 331 116 5 0 17 270 105 64
Binary 101111 11001110 11011001 1001110 101 0 1111 10111000 1000101 110100

Color Harmonies of #2FCED9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FCED9

Black with #2FCED9

Text Example


Text Example

White with #2FCED9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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