Html Css Color HEX #2EFFCC Turquoise

📋 copy color: '#2EFFCC'

red 46 ◦ green 255 ◦ blue 204

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

Shades of Turquoise #2EFFCC

Tints of Turquoise #2EFFCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 40.4%

R = 9.11%
G = 50.5%
B = 40.4%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.2

 K value IS 0

RGB Variations

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

Color information

#2EFFCC (or 0x2EFFCC) is known color: Turquoise. HEX triplet: 2E, FF and CC. RGB value is (46,255,204). Sum of RGB (Red+Green+Blue) = 46+255+204=505 (66% of max value = 765). Red value is 46 (18.36% from 255 or 9.11% from 505); Green value is 255 (100% from 255 or 50.50% from 505); Blue value is 204 (80.08% from 255 or 40.40% from 505); Max value from RGB is 255 - color contains mainly: green. Hex color #2EFFCC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2EFFCC is #D10033. Grayscale: #BABABA. Windows color (decimal): -13697076 or 13434670. OLE color: 13434670.

HSL color Cylindrical-coordinate representation of color #2EFFCC: hue angle of 165.36º 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 #2EFFCC is Cyan = 0.82, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.

Color convert

RGB 46 255 204 -
CMYK 0.82 0 0.2 0
HSL 165.36º 1% 0.59% -
HSV(B) 165.36º 0.82% 1% -
XYZ 47.79 76.46 69.37 -
YUV 186.7 137.76 27.65 -
System Red Green Blue C M Y K H S L
Decimal 46 255 204 0.82 0 0.2 0 165.36 1 0.59
Hex 2E FF CC 52 0 14 0 A5 64 3B
Octal 56 377 314 122 0 24 0 245 144 73
Binary 101110 11111111 11001100 1010010 0 10100 0 10100101 1100100 111011

Color Harmonies of #2EFFCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EFFCC

Black with #2EFFCC

Text Example


Text Example

White with #2EFFCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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