Html Css Color HEX #2DEADB Turquoise

📋 copy color: '#2DEADB'

red 45 ◦ green 234 ◦ blue 219

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

Shades of Turquoise #2DEADB

Tints of Turquoise #2DEADB

RGB

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

 GREEN value IS 234 (91.8% from 255) = 46.99%

 BLUE value IS 219 (85.94% from 255) = 43.98%

R = 9.04%
G = 46.99%
B = 43.98%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.06

 K value IS 0.08

RGB Variations

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

Color information

#2DEADB (or 0x2DEADB) is known color: Turquoise. HEX triplet: 2D, EA and DB. RGB value is (45,234,219). Sum of RGB (Red+Green+Blue) = 45+234+219=498 (65% of max value = 765). Red value is 45 (17.97% from 255 or 9.04% from 498); Green value is 234 (91.80% from 255 or 46.99% from 498); Blue value is 219 (85.94% from 255 or 43.98% from 498); Max value from RGB is 234 - color contains mainly: green. Hex color #2DEADB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2DEADB is #D21524. Grayscale: #AFAFAF. Windows color (decimal): -13767973 or 14412333. OLE color: 14412333.

HSL color Cylindrical-coordinate representation of color #2DEADB: hue angle of 175.24º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2DEADB is Cyan = 0.81, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.08.

Color convert

RGB 45 234 219 -
CMYK 0.81 0 0.06 0.08
HSL 175.24º 0.82% 0.55% -
HSV(B) 175.24º 0.81% 0.92% -
XYZ 43.29 64.52 77.19 -
YUV 175.78 152.38 34.72 -
System Red Green Blue C M Y K H S L
Decimal 45 234 219 0.81 0 0.06 0.08 175.24 0.82 0.55
Hex 2D EA DB 51 0 6 8 AF 52 37
Octal 55 352 333 121 0 6 10 257 122 67
Binary 101101 11101010 11011011 1010001 0 110 1000 10101111 1010010 110111

Color Harmonies of #2DEADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DEADB

Black with #2DEADB

Text Example


Text Example

White with #2DEADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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