Html Css Color HEX #2DE9DD Turquoise

📋 copy color: '#2DE9DD'

red 45 ◦ green 233 ◦ blue 221

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

Shades of Turquoise #2DE9DD

Tints of Turquoise #2DE9DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 44.29%

R = 9.02%
G = 46.69%
B = 44.29%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.05

 K value IS 0.09

RGB Variations

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

Color information

#2DE9DD (or 0x2DE9DD) is known color: Turquoise. HEX triplet: 2D, E9 and DD. RGB value is (45,233,221). Sum of RGB (Red+Green+Blue) = 45+233+221=499 (66% of max value = 765). Red value is 45 (17.97% from 255 or 9.02% from 499); Green value is 233 (91.41% from 255 or 46.69% from 499); Blue value is 221 (86.72% from 255 or 44.29% from 499); Max value from RGB is 233 - color contains mainly: green. Hex color #2DE9DD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2DE9DD is #D21622. Grayscale: #AFAFAF. Windows color (decimal): -13768227 or 14543149. OLE color: 14543149.

HSL color Cylindrical-coordinate representation of color #2DE9DD: hue angle of 176.17º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2DE9DD is Cyan = 0.81, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.09.

Color convert

RGB 45 233 221 -
CMYK 0.81 0 0.05 0.09
HSL 176.17º 0.81% 0.55% -
HSV(B) 176.17º 0.81% 0.91% -
XYZ 43.27 64.06 78.49 -
YUV 175.42 153.72 34.98 -
System Red Green Blue C M Y K H S L
Decimal 45 233 221 0.81 0 0.05 0.09 176.17 0.81 0.55
Hex 2D E9 DD 51 0 5 9 B0 51 37
Octal 55 351 335 121 0 5 11 260 121 67
Binary 101101 11101001 11011101 1010001 0 101 1001 10110000 1010001 110111

Color Harmonies of #2DE9DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DE9DD

Black with #2DE9DD

Text Example


Text Example

White with #2DE9DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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