Html Css Color HEX #2EFDCF Turquoise

📋 copy color: '#2EFDCF'

red 46 ◦ green 253 ◦ blue 207

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

Shades of Turquoise #2EFDCF

Tints of Turquoise #2EFDCF

RGB

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

 GREEN value IS 253 (99.22% from 255) = 50%

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

R = 9.09%
G = 50%
B = 40.91%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.18

 K value IS 0.01

RGB Variations

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

Color information

#2EFDCF (or 0x2EFDCF) is known color: Turquoise. HEX triplet: 2E, FD and CF. RGB value is (46,253,207). Sum of RGB (Red+Green+Blue) = 46+253+207=506 (67% of max value = 765). Red value is 46 (18.36% from 255 or 9.09% from 506); Green value is 253 (99.22% from 255 or 50% from 506); Blue value is 207 (81.25% from 255 or 40.91% from 506); Max value from RGB is 253 - color contains mainly: green. Hex color #2EFDCF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2EFDCF is #D10230. Grayscale: #B9B9B9. Windows color (decimal): -13697585 or 13630766. OLE color: 13630766.

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

Color convert

RGB 46 253 207 -
CMYK 0.82 0 0.18 0.01
HSL 166.67º 0.98% 0.59% -
HSV(B) 166.67º 0.82% 0.99% -
XYZ 47.51 75.34 71.07 -
YUV 185.86 139.92 28.24 -
System Red Green Blue C M Y K H S L
Decimal 46 253 207 0.82 0 0.18 0.01 166.67 0.98 0.59
Hex 2E FD CF 52 0 12 1 A7 62 3B
Octal 56 375 317 122 0 22 1 247 142 73
Binary 101110 11111101 11001111 1010010 0 10010 1 10100111 1100010 111011

Color Harmonies of #2EFDCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EFDCF

Black with #2EFDCF

Text Example


Text Example

White with #2EFDCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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