Html Css Color HEX #2FFCE5 Turquoise

📋 copy color: '#2FFCE5'

red 47 ◦ green 252 ◦ blue 229

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

Shades of Turquoise #2FFCE5

Tints of Turquoise #2FFCE5

RGB

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

 GREEN value IS 252 (98.83% from 255) = 47.73%

 BLUE value IS 229 (89.84% from 255) = 43.37%

R = 8.9%
G = 47.73%
B = 43.37%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.09

 K value IS 0.01

RGB Variations

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

Color information

#2FFCE5 (or 0x2FFCE5) is known color: Turquoise. HEX triplet: 2F, FC and E5. RGB value is (47,252,229). Sum of RGB (Red+Green+Blue) = 47+252+229=528 (69% of max value = 765). Red value is 47 (18.75% from 255 or 8.90% from 528); Green value is 252 (98.83% from 255 or 47.73% from 528); Blue value is 229 (89.84% from 255 or 43.37% from 528); Max value from RGB is 252 - color contains mainly: green. Hex color #2FFCE5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2FFCE5 is #D0031A. Grayscale: #BBBBBB. Windows color (decimal): -13632283 or 15072303. OLE color: 15072303.

HSL color Cylindrical-coordinate representation of color #2FFCE5: hue angle of 173.27º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2FFCE5 is Cyan = 0.81, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.01.

Color convert

RGB 47 252 229 -
CMYK 0.81 0 0.09 0.01
HSL 173.27º 0.97% 0.59% -
HSV(B) 173.27º 0.81% 0.99% -
XYZ 50.13 75.88 86.13 -
YUV 188.08 151.08 27.37 -
System Red Green Blue C M Y K H S L
Decimal 47 252 229 0.81 0 0.09 0.01 173.27 0.97 0.59
Hex 2F FC E5 51 0 9 1 AD 61 3B
Octal 57 374 345 121 0 11 1 255 141 73
Binary 101111 11111100 11100101 1010001 0 1001 1 10101101 1100001 111011

Color Harmonies of #2FFCE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FFCE5

Black with #2FFCE5

Text Example


Text Example

White with #2FFCE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,252,229); }

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

background-color css

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

 a { background-color: rgb(47,252,229); }

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

border-color css

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

 span { border-color: rgb(47,252,229); }

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