Html Css Color HEX #2FEDCD Turquoise

📋 copy color: '#2FEDCD'

red 47 ◦ green 237 ◦ blue 205

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

Shades of Turquoise #2FEDCD

Tints of Turquoise #2FEDCD

RGB

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

 GREEN value IS 237 (92.97% from 255) = 48.47%

 BLUE value IS 205 (80.47% from 255) = 41.92%

R = 9.61%
G = 48.47%
B = 41.92%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.14

 K value IS 0.07

RGB Variations

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

Color information

#2FEDCD (or 0x2FEDCD) is known color: Turquoise. HEX triplet: 2F, ED and CD. RGB value is (47,237,205). Sum of RGB (Red+Green+Blue) = 47+237+205=489 (64% of max value = 765). Red value is 47 (18.75% from 255 or 9.61% from 489); Green value is 237 (92.97% from 255 or 48.47% from 489); Blue value is 205 (80.47% from 255 or 41.92% from 489); Max value from RGB is 237 - color contains mainly: green. Hex color #2FEDCD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2FEDCD is #D01232. Grayscale: #B0B0B0. Windows color (decimal): -13636147 or 13495599. OLE color: 13495599.

HSL color Cylindrical-coordinate representation of color #2FEDCD: hue angle of 169.89º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2FEDCD is Cyan = 0.80, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.

Color convert

RGB 47 237 205 -
CMYK 0.80 0 0.14 0.07
HSL 169.89º 0.84% 0.56% -
HSV(B) 169.89º 0.8% 0.93% -
XYZ 42.48 65.58 68.18 -
YUV 176.54 144.05 35.6 -
System Red Green Blue C M Y K H S L
Decimal 47 237 205 0.80 0 0.14 0.07 169.89 0.84 0.56
Hex 2F ED CD 50 0 E 7 AA 54 38
Octal 57 355 315 120 0 16 7 252 124 70
Binary 101111 11101101 11001101 1010000 0 1110 111 10101010 1010100 111000

Color Harmonies of #2FEDCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FEDCD

Black with #2FEDCD

Text Example


Text Example

White with #2FEDCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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