Html Css Color HEX #2DDFE5 Turquoise

📋 copy color: '#2DDFE5'

red 45 ◦ green 223 ◦ blue 229

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

Shades of Turquoise #2DDFE5

Tints of Turquoise #2DDFE5

RGB

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

 GREEN value IS 223 (87.5% from 255) = 44.87%

 BLUE value IS 229 (89.84% from 255) = 46.08%

R = 9.05%
G = 44.87%
B = 46.08%

CMYK

 C value IS 0.80

 M value IS 0.03

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#2DDFE5 (or 0x2DDFE5) is known color: Turquoise. HEX triplet: 2D, DF and E5. RGB value is (45,223,229). Sum of RGB (Red+Green+Blue) = 45+223+229=497 (65% of max value = 765). Red value is 45 (17.97% from 255 or 9.05% from 497); Green value is 223 (87.5% from 255 or 44.87% from 497); Blue value is 229 (89.84% from 255 or 46.08% from 497); Max value from RGB is 229 - color contains mainly: blue. Hex color #2DDFE5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2DDFE5 is #D2201A. Grayscale: #AAAAAA. Windows color (decimal): -13770779 or 15064877. OLE color: 15064877.

HSL color Cylindrical-coordinate representation of color #2DDFE5: hue angle of 181.96º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2DDFE5 is Cyan = 0.80, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 45 223 229 -
CMYK 0.80 0.03 0 0.10
HSL 181.96º 0.78% 0.54% -
HSV(B) 181.96º 0.8% 0.9% -
XYZ 41.61 58.99 83.32 -
YUV 170.46 161.03 38.51 -
System Red Green Blue C M Y K H S L
Decimal 45 223 229 0.80 0.03 0 0.10 181.96 0.78 0.54
Hex 2D DF E5 50 3 0 A B6 4E 36
Octal 55 337 345 120 3 0 12 266 116 66
Binary 101101 11011111 11100101 1010000 11 0 1010 10110110 1001110 110110

Color Harmonies of #2DDFE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DDFE5

Black with #2DDFE5

Text Example


Text Example

White with #2DDFE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,223,229); }

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

background-color css

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

 a { background-color: rgb(45,223,229); }

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

border-color css

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

 span { border-color: rgb(45,223,229); }

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