Html Css Color HEX #2FF4E2 Turquoise

📋 copy color: '#2FF4E2'

red 47 ◦ green 244 ◦ blue 226

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

Shades of Turquoise #2FF4E2

Tints of Turquoise #2FF4E2

RGB

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

 GREEN value IS 244 (95.7% from 255) = 47.2%

 BLUE value IS 226 (88.67% from 255) = 43.71%

R = 9.09%
G = 47.2%
B = 43.71%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.07

 K value IS 0.04

RGB Variations

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

Color information

#2FF4E2 (or 0x2FF4E2) is known color: Turquoise. HEX triplet: 2F, F4 and E2. RGB value is (47,244,226). Sum of RGB (Red+Green+Blue) = 47+244+226=517 (68% of max value = 765). Red value is 47 (18.75% from 255 or 9.09% from 517); Green value is 244 (95.70% from 255 or 47.20% from 517); Blue value is 226 (88.67% from 255 or 43.71% from 517); Max value from RGB is 244 - color contains mainly: green. Hex color #2FF4E2 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2FF4E2 is #D00B1D. Grayscale: #B6B6B6. Windows color (decimal): -13634334 or 14873647. OLE color: 14873647.

HSL color Cylindrical-coordinate representation of color #2FF4E2: hue angle of 174.52º degrees, saturation: 0.9, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2FF4E2 is Cyan = 0.81, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.04.

Color convert

RGB 47 244 226 -
CMYK 0.81 0 0.07 0.04
HSL 174.52º 0.9% 0.57% -
HSV(B) 174.52º 0.81% 0.96% -
XYZ 47.25 70.8 83.13 -
YUV 183.05 152.23 30.96 -
System Red Green Blue C M Y K H S L
Decimal 47 244 226 0.81 0 0.07 0.04 174.52 0.9 0.57
Hex 2F F4 E2 51 0 7 4 AF 5A 39
Octal 57 364 342 121 0 7 4 257 132 71
Binary 101111 11110100 11100010 1010001 0 111 100 10101111 1011010 111001

Color Harmonies of #2FF4E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FF4E2

Black with #2FF4E2

Text Example


Text Example

White with #2FF4E2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,244,226); }

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

background-color css

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

 a { background-color: rgb(47,244,226); }

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

border-color css

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

 span { border-color: rgb(47,244,226); }

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