Html Css Color HEX #2DDBE1 Turquoise

📋 copy color: '#2DDBE1'

red 45 ◦ green 219 ◦ blue 225

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

Shades of Turquoise #2DDBE1

Tints of Turquoise #2DDBE1

RGB

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

 GREEN value IS 219 (85.94% from 255) = 44.79%

 BLUE value IS 225 (88.28% from 255) = 46.01%

R = 9.2%
G = 44.79%
B = 46.01%

CMYK

 C value IS 0.8

 M value IS 0.03

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#2DDBE1 (or 0x2DDBE1) is known color: Turquoise. HEX triplet: 2D, DB and E1. RGB value is (45,219,225). Sum of RGB (Red+Green+Blue) = 45+219+225=489 (64% of max value = 765). Red value is 45 (17.97% from 255 or 9.20% from 489); Green value is 219 (85.94% from 255 or 44.79% from 489); Blue value is 225 (88.28% from 255 or 46.01% from 489); Max value from RGB is 225 - color contains mainly: blue. Hex color #2DDBE1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2DDBE1 is #D2241E. Grayscale: #A7A7A7. Windows color (decimal): -13771807 or 14801709. OLE color: 14801709.

HSL color Cylindrical-coordinate representation of color #2DDBE1: hue angle of 182º degrees, saturation: 0.75, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2DDBE1 is Cyan = 0.8, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 45 219 225 -
CMYK 0.8 0.03 0 0.12
HSL 182º 0.75% 0.53% -
HSV(B) 182º 0.8% 0.88% -
XYZ 40 56.66 80.06 -
YUV 167.66 160.35 40.51 -
System Red Green Blue C M Y K H S L
Decimal 45 219 225 0.8 0.03 0 0.12 182 0.75 0.53
Hex 2D DB E1 50 3 0 C B6 4B 35
Octal 55 333 341 120 3 0 14 266 113 65
Binary 101101 11011011 11100001 1010000 11 0 1100 10110110 1001011 110101

Color Harmonies of #2DDBE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DDBE1

Black with #2DDBE1

Text Example


Text Example

White with #2DDBE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,219,225); }

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

background-color css

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

 a { background-color: rgb(45,219,225); }

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

border-color css

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

 span { border-color: rgb(45,219,225); }

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