Html Css Color HEX #2FEAEE Turquoise

📋 copy color: '#2FEAEE'

red 47 ◦ green 234 ◦ blue 238

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

Shades of Turquoise #2FEAEE

Tints of Turquoise #2FEAEE

RGB

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

 GREEN value IS 234 (91.8% from 255) = 45.09%

 BLUE value IS 238 (93.36% from 255) = 45.86%

R = 9.06%
G = 45.09%
B = 45.86%

CMYK

 C value IS 0.80

 M value IS 0.02

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#2FEAEE (or 0x2FEAEE) is known color: Turquoise. HEX triplet: 2F, EA and EE. RGB value is (47,234,238). Sum of RGB (Red+Green+Blue) = 47+234+238=519 (68% of max value = 765). Red value is 47 (18.75% from 255 or 9.06% from 519); Green value is 234 (91.80% from 255 or 45.09% from 519); Blue value is 238 (93.36% from 255 or 45.86% from 519); Max value from RGB is 238 - color contains mainly: blue. Hex color #2FEAEE is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #2FEAEE is #D01511. Grayscale: #B2B2B2. Windows color (decimal): -13636882 or 15657519. OLE color: 15657519.

HSL color Cylindrical-coordinate representation of color #2FEAEE: hue angle of 181.26º degrees, saturation: 0.85, 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 #2FEAEE is Cyan = 0.80, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 47 234 238 -
CMYK 0.80 0.02 0 0.07
HSL 181.26º 0.85% 0.56% -
HSV(B) 181.26º 0.8% 0.93% -
XYZ 46.03 65.62 91.13 -
YUV 178.54 161.55 34.17 -
System Red Green Blue C M Y K H S L
Decimal 47 234 238 0.80 0.02 0 0.07 181.26 0.85 0.56
Hex 2F EA EE 50 2 0 7 B5 55 38
Octal 57 352 356 120 2 0 7 265 125 70
Binary 101111 11101010 11101110 1010000 10 0 111 10110101 1010101 111000

Color Harmonies of #2FEAEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FEAEE

Black with #2FEAEE

Text Example


Text Example

White with #2FEAEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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