Html Css Color HEX #2FEEF2 Turquoise

📋 copy color: '#2FEEF2'

red 47 ◦ green 238 ◦ blue 242

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

Shades of Turquoise #2FEEF2

Tints of Turquoise #2FEEF2

RGB

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

 GREEN value IS 238 (93.36% from 255) = 45.16%

 BLUE value IS 242 (94.92% from 255) = 45.92%

R = 8.92%
G = 45.16%
B = 45.92%

CMYK

 C value IS 0.81

 M value IS 0.02

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#2FEEF2 (or 0x2FEEF2) is known color: Turquoise. HEX triplet: 2F, EE and F2. RGB value is (47,238,242). Sum of RGB (Red+Green+Blue) = 47+238+242=527 (69% of max value = 765). Red value is 47 (18.75% from 255 or 8.92% from 527); Green value is 238 (93.36% from 255 or 45.16% from 527); Blue value is 242 (94.92% from 255 or 45.92% from 527); Max value from RGB is 242 - color contains mainly: blue. Hex color #2FEEF2 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #2FEEF2 is #D0110D. Grayscale: #B5B5B5. Windows color (decimal): -13635854 or 15920687. OLE color: 15920687.

HSL color Cylindrical-coordinate representation of color #2FEEF2: hue angle of 181.23º degrees, saturation: 0.88, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2FEEF2 is Cyan = 0.81, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 47 238 242 -
CMYK 0.81 0.02 0 0.05
HSL 181.23º 0.88% 0.57% -
HSV(B) 181.23º 0.81% 0.95% -
XYZ 47.77 68.16 94.64 -
YUV 181.35 162.22 32.17 -
System Red Green Blue C M Y K H S L
Decimal 47 238 242 0.81 0.02 0 0.05 181.23 0.88 0.57
Hex 2F EE F2 51 2 0 5 B5 58 39
Octal 57 356 362 121 2 0 5 265 130 71
Binary 101111 11101110 11110010 1010001 10 0 101 10110101 1011000 111001

Color Harmonies of #2FEEF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FEEF2

Black with #2FEEF2

Text Example


Text Example

White with #2FEEF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,238,242); }

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

background-color css

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

 a { background-color: rgb(47,238,242); }

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

border-color css

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

 span { border-color: rgb(47,238,242); }

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