Html Css Color HEX #2EFFCF Turquoise

📋 copy color: '#2EFFCF'

red 46 ◦ green 255 ◦ blue 207

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

Shades of Turquoise #2EFFCF

Tints of Turquoise #2EFFCF

RGB

 RED value IS 46 (18.36% from 255) = 9.06%

 GREEN value IS 255 (100% from 255) = 50.2%

 BLUE value IS 207 (81.25% from 255) = 40.75%

R = 9.06%
G = 50.2%
B = 40.75%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.19

 K value IS 0

RGB Variations

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

Color information

#2EFFCF (or 0x2EFFCF) is known color: Turquoise. HEX triplet: 2E, FF and CF. RGB value is (46,255,207). Sum of RGB (Red+Green+Blue) = 46+255+207=508 (67% of max value = 765). Red value is 46 (18.36% from 255 or 9.06% from 508); Green value is 255 (100% from 255 or 50.20% from 508); Blue value is 207 (81.25% from 255 or 40.75% from 508); Max value from RGB is 255 - color contains mainly: green. Hex color #2EFFCF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2EFFCF is #D10030. Grayscale: #BBBBBB. Windows color (decimal): -13697073 or 13631278. OLE color: 13631278.

HSL color Cylindrical-coordinate representation of color #2EFFCF: hue angle of 166.22º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2EFFCF is Cyan = 0.82, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.

Color convert

RGB 46 255 207 -
CMYK 0.82 0 0.19 0
HSL 166.22º 1% 0.59% -
HSV(B) 166.22º 0.82% 1% -
XYZ 48.15 76.61 71.28 -
YUV 187.04 139.26 27.4 -
System Red Green Blue C M Y K H S L
Decimal 46 255 207 0.82 0 0.19 0 166.22 1 0.59
Hex 2E FF CF 52 0 13 0 A6 64 3B
Octal 56 377 317 122 0 23 0 246 144 73
Binary 101110 11111111 11001111 1010010 0 10011 0 10100110 1100100 111011

Color Harmonies of #2EFFCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EFFCF

Black with #2EFFCF

Text Example


Text Example

White with #2EFFCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,255,207); }

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

background-color css

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

 a { background-color: rgb(46,255,207); }

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

border-color css

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

 span { border-color: rgb(46,255,207); }

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