Html Css Color HEX #2EDAF0 Turquoise

📋 copy color: '#2EDAF0'

red 46 ◦ green 218 ◦ blue 240

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

Shades of Turquoise #2EDAF0

Tints of Turquoise #2EDAF0

RGB

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

 GREEN value IS 218 (85.55% from 255) = 43.25%

 BLUE value IS 240 (94.14% from 255) = 47.62%

R = 9.13%
G = 43.25%
B = 47.62%

CMYK

 C value IS 0.81

 M value IS 0.09

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#2EDAF0 (or 0x2EDAF0) is known color: Turquoise. HEX triplet: 2E, DA and F0. RGB value is (46,218,240). Sum of RGB (Red+Green+Blue) = 46+218+240=504 (66% of max value = 765). Red value is 46 (18.36% from 255 or 9.13% from 504); Green value is 218 (85.55% from 255 or 43.25% from 504); Blue value is 240 (94.14% from 255 or 47.62% from 504); Max value from RGB is 240 - color contains mainly: blue. Hex color #2EDAF0 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2EDAF0 is #D1250F. Grayscale: #A8A8A8. Windows color (decimal): -13706512 or 15784494. OLE color: 15784494.

HSL color Cylindrical-coordinate representation of color #2EDAF0: hue angle of 186.8º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2EDAF0 is Cyan = 0.81, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 46 218 240 -
CMYK 0.81 0.09 0 0.06
HSL 186.8º 0.87% 0.56% -
HSV(B) 186.8º 0.81% 0.94% -
XYZ 41.93 57.01 91.23 -
YUV 169.08 168.02 40.21 -
System Red Green Blue C M Y K H S L
Decimal 46 218 240 0.81 0.09 0 0.06 186.8 0.87 0.56
Hex 2E DA F0 51 9 0 6 BB 57 38
Octal 56 332 360 121 11 0 6 273 127 70
Binary 101110 11011010 11110000 1010001 1001 0 110 10111011 1010111 111000

Color Harmonies of #2EDAF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EDAF0

Black with #2EDAF0

Text Example


Text Example

White with #2EDAF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,218,240); }

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

background-color css

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

 a { background-color: rgb(46,218,240); }

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

border-color css

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

 span { border-color: rgb(46,218,240); }

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