Html Css Color HEX #2DE9ED Turquoise

📋 copy color: '#2DE9ED'

red 45 ◦ green 233 ◦ blue 237

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

Shades of Turquoise #2DE9ED

Tints of Turquoise #2DE9ED

RGB

 RED value IS 45 (17.97% from 255) = 8.74%

 GREEN value IS 233 (91.41% from 255) = 45.24%

 BLUE value IS 237 (92.97% from 255) = 46.02%

R = 8.74%
G = 45.24%
B = 46.02%

CMYK

 C value IS 0.81

 M value IS 0.02

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#2DE9ED (or 0x2DE9ED) is known color: Turquoise. HEX triplet: 2D, E9 and ED. RGB value is (45,233,237). Sum of RGB (Red+Green+Blue) = 45+233+237=515 (68% of max value = 765). Red value is 45 (17.97% from 255 or 8.74% from 515); Green value is 233 (91.41% from 255 or 45.24% from 515); Blue value is 237 (92.97% from 255 or 46.02% from 515); Max value from RGB is 237 - color contains mainly: blue. Hex color #2DE9ED is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #2DE9ED is #D21612. Grayscale: #B1B1B1. Windows color (decimal): -13768211 or 15591725. OLE color: 15591725.

HSL color Cylindrical-coordinate representation of color #2DE9ED: hue angle of 181.25º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2DE9ED is Cyan = 0.81, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 45 233 237 -
CMYK 0.81 0.02 0 0.07
HSL 181.25º 0.84% 0.55% -
HSV(B) 181.25º 0.81% 0.93% -
XYZ 45.51 64.95 90.26 -
YUV 177.24 161.72 33.67 -
System Red Green Blue C M Y K H S L
Decimal 45 233 237 0.81 0.02 0 0.07 181.25 0.84 0.55
Hex 2D E9 ED 51 2 0 7 B5 54 37
Octal 55 351 355 121 2 0 7 265 124 67
Binary 101101 11101001 11101101 1010001 10 0 111 10110101 1010100 110111

Color Harmonies of #2DE9ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DE9ED

Black with #2DE9ED

Text Example


Text Example

White with #2DE9ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,233,237); }

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

background-color css

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

 a { background-color: rgb(45,233,237); }

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

border-color css

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

 span { border-color: rgb(45,233,237); }

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