Html Css Color HEX #2EFBCD Turquoise

📋 copy color: '#2EFBCD'

red 46 ◦ green 251 ◦ blue 205

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

Shades of Turquoise #2EFBCD

Tints of Turquoise #2EFBCD

RGB

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

 GREEN value IS 251 (98.44% from 255) = 50%

 BLUE value IS 205 (80.47% from 255) = 40.84%

R = 9.16%
G = 50%
B = 40.84%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.18

 K value IS 0.02

RGB Variations

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

Color information

#2EFBCD (or 0x2EFBCD) is known color: Turquoise. HEX triplet: 2E, FB and CD. RGB value is (46,251,205). Sum of RGB (Red+Green+Blue) = 46+251+205=502 (66% of max value = 765). Red value is 46 (18.36% from 255 or 9.16% from 502); Green value is 251 (98.44% from 255 or 50% from 502); Blue value is 205 (80.47% from 255 or 40.84% from 502); Max value from RGB is 251 - color contains mainly: green. Hex color #2EFBCD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2EFBCD is #D10432. Grayscale: #B8B8B8. Windows color (decimal): -13698099 or 13499182. OLE color: 13499182.

HSL color Cylindrical-coordinate representation of color #2EFBCD: hue angle of 166.54º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2EFBCD is Cyan = 0.82, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.

Color convert

RGB 46 251 205 -
CMYK 0.82 0 0.18 0.02
HSL 166.54º 0.96% 0.58% -
HSV(B) 166.54º 0.82% 0.98% -
XYZ 46.64 73.98 69.58 -
YUV 184.46 139.58 29.24 -
System Red Green Blue C M Y K H S L
Decimal 46 251 205 0.82 0 0.18 0.02 166.54 0.96 0.58
Hex 2E FB CD 52 0 12 2 A7 60 3A
Octal 56 373 315 122 0 22 2 247 140 72
Binary 101110 11111011 11001101 1010010 0 10010 10 10100111 1100000 111010

Color Harmonies of #2EFBCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EFBCD

Black with #2EFBCD

Text Example


Text Example

White with #2EFBCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,251,205); }

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

background-color css

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

 a { background-color: rgb(46,251,205); }

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

border-color css

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

 span { border-color: rgb(46,251,205); }

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