Html Css Color HEX #2EFBCF Turquoise

📋 copy color: '#2EFBCF'

red 46 ◦ green 251 ◦ blue 207

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

Shades of Turquoise #2EFBCF

Tints of Turquoise #2EFBCF

RGB

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

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

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

R = 9.13%
G = 49.8%
B = 41.07%

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

#2EFBCF (or 0x2EFBCF) is known color: Turquoise. HEX triplet: 2E, FB and CF. RGB value is (46,251,207). Sum of RGB (Red+Green+Blue) = 46+251+207=504 (66% of max value = 765). Red value is 46 (18.36% from 255 or 9.13% from 504); Green value is 251 (98.44% from 255 or 49.80% from 504); Blue value is 207 (81.25% from 255 or 41.07% from 504); Max value from RGB is 251 - color contains mainly: green. Hex color #2EFBCF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2EFBCF is #D10430. Grayscale: #B8B8B8. Windows color (decimal): -13698097 or 13630254. OLE color: 13630254.

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

Color convert

RGB 46 251 207 -
CMYK 0.82 0 0.18 0.02
HSL 167.12º 0.96% 0.58% -
HSV(B) 167.12º 0.82% 0.98% -
XYZ 46.89 74.08 70.86 -
YUV 184.69 140.58 29.08 -
System Red Green Blue C M Y K H S L
Decimal 46 251 207 0.82 0 0.18 0.02 167.12 0.96 0.58
Hex 2E FB CF 52 0 12 2 A7 60 3A
Octal 56 373 317 122 0 22 2 247 140 72
Binary 101110 11111011 11001111 1010010 0 10010 10 10100111 1100000 111010

Color Harmonies of #2EFBCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EFBCF

Black with #2EFBCF

Text Example


Text Example

White with #2EFBCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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