Html Css Color HEX #2FFEEB Turquoise

📋 copy color: '#2FFEEB'

red 47 ◦ green 254 ◦ blue 235

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

Shades of Turquoise #2FFEEB

Tints of Turquoise #2FFEEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 43.84%

R = 8.77%
G = 47.39%
B = 43.84%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.07

 K value IS 0.00

RGB Variations

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

Color information

#2FFEEB (or 0x2FFEEB) is known color: Turquoise. HEX triplet: 2F, FE and EB. RGB value is (47,254,235). Sum of RGB (Red+Green+Blue) = 47+254+235=536 (70% of max value = 765). Red value is 47 (18.75% from 255 or 8.77% from 536); Green value is 254 (99.61% from 255 or 47.39% from 536); Blue value is 235 (92.19% from 255 or 43.84% from 536); Max value from RGB is 254 - color contains mainly: green. Hex color #2FFEEB is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #2FFEEB is #D00114. Grayscale: #BDBDBD. Windows color (decimal): -13631765 or 15466031. OLE color: 15466031.

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

Color convert

RGB 47 254 235 -
CMYK 0.81 0 0.07 0.00
HSL 174.49º 0.99% 0.59% -
HSV(B) 174.49º 0.81% 1% -
XYZ 51.61 77.49 90.83 -
YUV 189.94 153.42 26.04 -
System Red Green Blue C M Y K H S L
Decimal 47 254 235 0.81 0 0.07 0.00 174.49 0.99 0.59
Hex 2F FE EB 51 0 7 0 AE 63 3B
Octal 57 376 353 121 0 7 0 256 143 73
Binary 101111 11111110 11101011 1010001 0 111 0 10101110 1100011 111011

Color Harmonies of #2FFEEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FFEEB

Black with #2FFEEB

Text Example


Text Example

White with #2FFEEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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