Html Css Color HEX #2DEEBD Turquoise

📋 copy color: '#2DEEBD'

red 45 ◦ green 238 ◦ blue 189

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

Shades of Turquoise #2DEEBD

Tints of Turquoise #2DEEBD

RGB

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

 GREEN value IS 238 (93.36% from 255) = 50.42%

 BLUE value IS 189 (74.22% from 255) = 40.04%

R = 9.53%
G = 50.42%
B = 40.04%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.21

 K value IS 0.07

RGB Variations

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

Color information

#2DEEBD (or 0x2DEEBD) is known color: Turquoise. HEX triplet: 2D, EE and BD. RGB value is (45,238,189). Sum of RGB (Red+Green+Blue) = 45+238+189=472 (62% of max value = 765). Red value is 45 (17.97% from 255 or 9.53% from 472); Green value is 238 (93.36% from 255 or 50.42% from 472); Blue value is 189 (74.22% from 255 or 40.04% from 472); Max value from RGB is 238 - color contains mainly: green. Hex color #2DEEBD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2DEEBD is #D21142. Grayscale: #AEAEAE. Windows color (decimal): -13766979 or 12447277. OLE color: 12447277.

HSL color Cylindrical-coordinate representation of color #2DEEBD: hue angle of 164.77º degrees, saturation: 0.85, 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 #2DEEBD is Cyan = 0.81, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.07.

Color convert

RGB 45 238 189 -
CMYK 0.81 0 0.21 0.07
HSL 164.77º 0.85% 0.55% -
HSV(B) 164.77º 0.81% 0.93% -
XYZ 40.84 65.38 58.61 -
YUV 174.71 136.06 35.48 -
System Red Green Blue C M Y K H S L
Decimal 45 238 189 0.81 0 0.21 0.07 164.77 0.85 0.55
Hex 2D EE BD 51 0 15 7 A5 55 37
Octal 55 356 275 121 0 25 7 245 125 67
Binary 101101 11101110 10111101 1010001 0 10101 111 10100101 1010101 110111

Color Harmonies of #2DEEBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DEEBD

Black with #2DEEBD

Text Example


Text Example

White with #2DEEBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,238,189); }

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

background-color css

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

 a { background-color: rgb(45,238,189); }

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

border-color css

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

 span { border-color: rgb(45,238,189); }

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