Html Css Color HEX #2FFEE1 Turquoise

📋 copy color: '#2FFEE1'

red 47 ◦ green 254 ◦ blue 225

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

Shades of Turquoise #2FFEE1

Tints of Turquoise #2FFEE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 42.78%

R = 8.94%
G = 48.29%
B = 42.78%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.11

 K value IS 0.00

RGB Variations

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

Color information

#2FFEE1 (or 0x2FFEE1) is known color: Turquoise. HEX triplet: 2F, FE and E1. RGB value is (47,254,225). Sum of RGB (Red+Green+Blue) = 47+254+225=526 (69% of max value = 765). Red value is 47 (18.75% from 255 or 8.94% from 526); Green value is 254 (99.61% from 255 or 48.29% from 526); Blue value is 225 (88.28% from 255 or 42.78% from 526); Max value from RGB is 254 - color contains mainly: green. Hex color #2FFEE1 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2FFEE1 is #D0011E. Grayscale: #BCBCBC. Windows color (decimal): -13631775 or 14810671. OLE color: 14810671.

HSL color Cylindrical-coordinate representation of color #2FFEE1: hue angle of 171.59º 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 #2FFEE1 is Cyan = 0.81, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.00.

Color convert

RGB 47 254 225 -
CMYK 0.81 0 0.11 0.00
HSL 171.59º 0.99% 0.59% -
HSV(B) 171.59º 0.81% 1% -
XYZ 50.2 76.92 83.44 -
YUV 188.8 148.42 26.86 -
System Red Green Blue C M Y K H S L
Decimal 47 254 225 0.81 0 0.11 0.00 171.59 0.99 0.59
Hex 2F FE E1 51 0 B 0 AC 63 3B
Octal 57 376 341 121 0 13 0 254 143 73
Binary 101111 11111110 11100001 1010001 0 1011 0 10101100 1100011 111011

Color Harmonies of #2FFEE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FFEE1

Black with #2FFEE1

Text Example


Text Example

White with #2FFEE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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