Html Css Color HEX #2FFEEE Turquoise

📋 copy color: '#2FFEEE'

red 47 ◦ green 254 ◦ blue 238

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

Shades of Turquoise #2FFEEE

Tints of Turquoise #2FFEEE

RGB

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

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

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

R = 8.72%
G = 47.12%
B = 44.16%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.06

 K value IS 0.00

RGB Variations

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

Color information

#2FFEEE (or 0x2FFEEE) is known color: Turquoise. HEX triplet: 2F, FE and EE. RGB value is (47,254,238). Sum of RGB (Red+Green+Blue) = 47+254+238=539 (71% of max value = 765). Red value is 47 (18.75% from 255 or 8.72% from 539); Green value is 254 (99.61% from 255 or 47.12% from 539); Blue value is 238 (93.36% from 255 or 44.16% from 539); Max value from RGB is 254 - color contains mainly: green. Hex color #2FFEEE is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #2FFEEE is #D00111. Grayscale: #BEBEBE. Windows color (decimal): -13631762 or 15662639. OLE color: 15662639.

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

Color convert

RGB 47 254 238 -
CMYK 0.81 0 0.06 0.00
HSL 175.36º 0.99% 0.59% -
HSV(B) 175.36º 0.81% 1% -
XYZ 52.05 77.66 93.14 -
YUV 190.28 154.92 25.8 -
System Red Green Blue C M Y K H S L
Decimal 47 254 238 0.81 0 0.06 0.00 175.36 0.99 0.59
Hex 2F FE EE 51 0 6 0 AF 63 3B
Octal 57 376 356 121 0 6 0 257 143 73
Binary 101111 11111110 11101110 1010001 0 110 0 10101111 1100011 111011

Color Harmonies of #2FFEEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FFEEE

Black with #2FFEEE

Text Example


Text Example

White with #2FFEEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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