Html Css Color HEX #2DEEB4 Turquoise

📋 copy color: '#2DEEB4'

red 45 ◦ green 238 ◦ blue 180

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

Shades of Turquoise #2DEEB4

Tints of Turquoise #2DEEB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 38.88%

R = 9.72%
G = 51.4%
B = 38.88%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.24

 K value IS 0.07

RGB Variations

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

Color information

#2DEEB4 (or 0x2DEEB4) is known color: Turquoise. HEX triplet: 2D, EE and B4. RGB value is (45,238,180). Sum of RGB (Red+Green+Blue) = 45+238+180=463 (61% of max value = 765). Red value is 45 (17.97% from 255 or 9.72% from 463); Green value is 238 (93.36% from 255 or 51.40% from 463); Blue value is 180 (70.70% from 255 or 38.88% from 463); Max value from RGB is 238 - color contains mainly: green. Hex color #2DEEB4 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2DEEB4 is #D2114B. Grayscale: #ADADAD. Windows color (decimal): -13766988 or 11857453. OLE color: 11857453.

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

Color convert

RGB 45 238 180 -
CMYK 0.81 0 0.24 0.07
HSL 161.97º 0.85% 0.55% -
HSV(B) 161.97º 0.81% 0.93% -
XYZ 39.89 65 53.62 -
YUV 173.68 131.56 36.22 -
System Red Green Blue C M Y K H S L
Decimal 45 238 180 0.81 0 0.24 0.07 161.97 0.85 0.55
Hex 2D EE B4 51 0 18 7 A2 55 37
Octal 55 356 264 121 0 30 7 242 125 67
Binary 101101 11101110 10110100 1010001 0 11000 111 10100010 1010101 110111

Color Harmonies of #2DEEB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DEEB4

Black with #2DEEB4

Text Example


Text Example

White with #2DEEB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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