Html Css Color HEX #2ED3EB Turquoise

📋 copy color: '#2ED3EB'

red 46 ◦ green 211 ◦ blue 235

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

Shades of Turquoise #2ED3EB

Tints of Turquoise #2ED3EB

RGB

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

 GREEN value IS 211 (82.81% from 255) = 42.89%

 BLUE value IS 235 (92.19% from 255) = 47.76%

R = 9.35%
G = 42.89%
B = 47.76%

CMYK

 C value IS 0.80

 M value IS 0.10

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#2ED3EB (or 0x2ED3EB) is known color: Turquoise. HEX triplet: 2E, D3 and EB. RGB value is (46,211,235). Sum of RGB (Red+Green+Blue) = 46+211+235=492 (65% of max value = 765). Red value is 46 (18.36% from 255 or 9.35% from 492); Green value is 211 (82.81% from 255 or 42.89% from 492); Blue value is 235 (92.19% from 255 or 47.76% from 492); Max value from RGB is 235 - color contains mainly: blue. Hex color #2ED3EB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2ED3EB is #D12C14. Grayscale: #A4A4A4. Windows color (decimal): -13708309 or 15455022. OLE color: 15455022.

HSL color Cylindrical-coordinate representation of color #2ED3EB: hue angle of 187.62º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2ED3EB is Cyan = 0.80, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 46 211 235 -
CMYK 0.80 0.10 0 0.08
HSL 187.62º 0.83% 0.55% -
HSV(B) 187.62º 0.8% 0.92% -
XYZ 39.42 53.17 86.78 -
YUV 164.4 167.84 43.55 -
System Red Green Blue C M Y K H S L
Decimal 46 211 235 0.80 0.10 0 0.08 187.62 0.83 0.55
Hex 2E D3 EB 50 A 0 8 BC 53 37
Octal 56 323 353 120 12 0 10 274 123 67
Binary 101110 11010011 11101011 1010000 1010 0 1000 10111100 1010011 110111

Color Harmonies of #2ED3EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ED3EB

Black with #2ED3EB

Text Example


Text Example

White with #2ED3EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,211,235); }

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

background-color css

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

 a { background-color: rgb(46,211,235); }

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

border-color css

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

 span { border-color: rgb(46,211,235); }

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