Html Css Color HEX #2FFEDE Turquoise

📋 copy color: '#2FFEDE'

red 47 ◦ green 254 ◦ blue 222

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

Shades of Turquoise #2FFEDE

Tints of Turquoise #2FFEDE

RGB

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

 GREEN value IS 254 (99.61% from 255) = 48.57%

 BLUE value IS 222 (87.11% from 255) = 42.45%

R = 8.99%
G = 48.57%
B = 42.45%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.13

 K value IS 0.00

RGB Variations

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

Color information

#2FFEDE (or 0x2FFEDE) is known color: Turquoise. HEX triplet: 2F, FE and DE. RGB value is (47,254,222). Sum of RGB (Red+Green+Blue) = 47+254+222=523 (69% of max value = 765). Red value is 47 (18.75% from 255 or 8.99% from 523); Green value is 254 (99.61% from 255 or 48.57% from 523); Blue value is 222 (87.11% from 255 or 42.45% from 523); Max value from RGB is 254 - color contains mainly: green. Hex color #2FFEDE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2FFEDE is #D00121. Grayscale: #BCBCBC. Windows color (decimal): -13631778 or 14614063. OLE color: 14614063.

HSL color Cylindrical-coordinate representation of color #2FFEDE: hue angle of 170.72º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2FFEDE is Cyan = 0.81, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.00.

Color convert

RGB 47 254 222 -
CMYK 0.81 0 0.13 0.00
HSL 170.72º 0.99% 0.59% -
HSV(B) 170.72º 0.81% 1% -
XYZ 49.8 76.76 81.3 -
YUV 188.46 146.92 27.1 -
System Red Green Blue C M Y K H S L
Decimal 47 254 222 0.81 0 0.13 0.00 170.72 0.99 0.59
Hex 2F FE DE 51 0 D 0 AB 63 3B
Octal 57 376 336 121 0 15 0 253 143 73
Binary 101111 11111110 11011110 1010001 0 1101 0 10101011 1100011 111011

Color Harmonies of #2FFEDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FFEDE

Black with #2FFEDE

Text Example


Text Example

White with #2FFEDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,254,222); }

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

background-color css

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

 a { background-color: rgb(47,254,222); }

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

border-color css

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

 span { border-color: rgb(47,254,222); }

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