Html Css Color HEX #2FE6EC Turquoise

📋 copy color: '#2FE6EC'

red 47 ◦ green 230 ◦ blue 236

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

Shades of Turquoise #2FE6EC

Tints of Turquoise #2FE6EC

RGB

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

 GREEN value IS 230 (90.23% from 255) = 44.83%

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

R = 9.16%
G = 44.83%
B = 46%

CMYK

 C value IS 0.80

 M value IS 0.03

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#2FE6EC (or 0x2FE6EC) is known color: Turquoise. HEX triplet: 2F, E6 and EC. RGB value is (47,230,236). Sum of RGB (Red+Green+Blue) = 47+230+236=513 (67% of max value = 765). Red value is 47 (18.75% from 255 or 9.16% from 513); Green value is 230 (90.23% from 255 or 44.83% from 513); Blue value is 236 (92.58% from 255 or 46.00% from 513); Max value from RGB is 236 - color contains mainly: blue. Hex color #2FE6EC is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #2FE6EC is #D01913. Grayscale: #AFAFAF. Windows color (decimal): -13637908 or 15525423. OLE color: 15525423.

HSL color Cylindrical-coordinate representation of color #2FE6EC: hue angle of 181.9º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2FE6EC is Cyan = 0.80, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 47 230 236 -
CMYK 0.80 0.03 0 0.07
HSL 181.9º 0.83% 0.55% -
HSV(B) 181.9º 0.8% 0.93% -
XYZ 44.61 63.25 89.21 -
YUV 175.97 161.87 36.01 -
System Red Green Blue C M Y K H S L
Decimal 47 230 236 0.80 0.03 0 0.07 181.9 0.83 0.55
Hex 2F E6 EC 50 3 0 7 B6 53 37
Octal 57 346 354 120 3 0 7 266 123 67
Binary 101111 11100110 11101100 1010000 11 0 111 10110110 1010011 110111

Color Harmonies of #2FE6EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FE6EC

Black with #2FE6EC

Text Example


Text Example

White with #2FE6EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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