Html Css Color HEX #2FCEDD Medium Turquoise

📋 copy color: '#2FCEDD'

red 47 ◦ green 206 ◦ blue 221

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

Shades of Medium Turquoise #2FCEDD

Tints of Medium Turquoise #2FCEDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 46.62%

R = 9.92%
G = 43.46%
B = 46.62%

CMYK

 C value IS 0.79

 M value IS 0.07

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#2FCEDD (or 0x2FCEDD) is known color: Medium Turquoise. HEX triplet: 2F, CE and DD. RGB value is (47,206,221). Sum of RGB (Red+Green+Blue) = 47+206+221=474 (62% of max value = 765). Red value is 47 (18.75% from 255 or 9.92% from 474); Green value is 206 (80.86% from 255 or 43.46% from 474); Blue value is 221 (86.72% from 255 or 46.62% from 474); Max value from RGB is 221 - color contains mainly: blue. Hex color #2FCEDD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2FCEDD is #D03122. Grayscale: #9F9F9F. Windows color (decimal): -13644067 or 14536239. OLE color: 14536239.

HSL color Cylindrical-coordinate representation of color #2FCEDD: hue angle of 185.17º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2FCEDD is Cyan = 0.79, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 47 206 221 -
CMYK 0.79 0.07 0 0.13
HSL 185.17º 0.72% 0.53% -
HSV(B) 185.17º 0.79% 0.87% -
XYZ 36.29 49.97 76.14 -
YUV 160.17 162.32 47.28 -
System Red Green Blue C M Y K H S L
Decimal 47 206 221 0.79 0.07 0 0.13 185.17 0.72 0.53
Hex 2F CE DD 4F 7 0 D B9 48 35
Octal 57 316 335 117 7 0 15 271 110 65
Binary 101111 11001110 11011101 1001111 111 0 1101 10111001 1001000 110101

Color Harmonies of #2FCEDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FCEDD

Black with #2FCEDD

Text Example


Text Example

White with #2FCEDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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