Html Css Color HEX #2FFCEC Turquoise

📋 copy color: '#2FFCEC'

red 47 ◦ green 252 ◦ blue 236

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

Shades of Turquoise #2FFCEC

Tints of Turquoise #2FFCEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 44.11%

R = 8.79%
G = 47.1%
B = 44.11%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.06

 K value IS 0.01

RGB Variations

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

Color information

#2FFCEC (or 0x2FFCEC) is known color: Turquoise. HEX triplet: 2F, FC and EC. RGB value is (47,252,236). Sum of RGB (Red+Green+Blue) = 47+252+236=535 (70% of max value = 765). Red value is 47 (18.75% from 255 or 8.79% from 535); Green value is 252 (98.83% from 255 or 47.10% from 535); Blue value is 236 (92.58% from 255 or 44.11% from 535); Max value from RGB is 252 - color contains mainly: green. Hex color #2FFCEC is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #2FFCEC is #D00313. Grayscale: #BCBCBC. Windows color (decimal): -13632276 or 15531055. OLE color: 15531055.

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

Color convert

RGB 47 252 236 -
CMYK 0.81 0 0.06 0.01
HSL 175.32º 0.97% 0.59% -
HSV(B) 175.32º 0.81% 0.99% -
XYZ 51.12 76.28 91.39 -
YUV 188.88 154.58 26.8 -
System Red Green Blue C M Y K H S L
Decimal 47 252 236 0.81 0 0.06 0.01 175.32 0.97 0.59
Hex 2F FC EC 51 0 6 1 AF 61 3B
Octal 57 374 354 121 0 6 1 257 141 73
Binary 101111 11111100 11101100 1010001 0 110 1 10101111 1100001 111011

Color Harmonies of #2FFCEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FFCEC

Black with #2FFCEC

Text Example


Text Example

White with #2FFCEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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