Html Css Color HEX #2FFEED Turquoise

📋 copy color: '#2FFEED'

red 47 ◦ green 254 ◦ blue 237

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

Shades of Turquoise #2FFEED

Tints of Turquoise #2FFEED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 44.05%

R = 8.74%
G = 47.21%
B = 44.05%

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

#2FFEED (or 0x2FFEED) is known color: Turquoise. HEX triplet: 2F, FE and ED. RGB value is (47,254,237). Sum of RGB (Red+Green+Blue) = 47+254+237=538 (71% of max value = 765). Red value is 47 (18.75% from 255 or 8.74% from 538); Green value is 254 (99.61% from 255 or 47.21% from 538); Blue value is 237 (92.97% from 255 or 44.05% from 538); Max value from RGB is 254 - color contains mainly: green. Hex color #2FFEED is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #2FFEED is #D00112. Grayscale: #BEBEBE. Windows color (decimal): -13631763 or 15597103. OLE color: 15597103.

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

Color convert

RGB 47 254 237 -
CMYK 0.81 0 0.07 0.00
HSL 175.07º 0.99% 0.59% -
HSV(B) 175.07º 0.81% 1% -
XYZ 51.9 77.6 92.36 -
YUV 190.17 154.42 25.88 -
System Red Green Blue C M Y K H S L
Decimal 47 254 237 0.81 0 0.07 0.00 175.07 0.99 0.59
Hex 2F FE ED 51 0 7 0 AF 63 3B
Octal 57 376 355 121 0 7 0 257 143 73
Binary 101111 11111110 11101101 1010001 0 111 0 10101111 1100011 111011

Color Harmonies of #2FFEED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FFEED

Black with #2FFEED

Text Example


Text Example

White with #2FFEED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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