Html Css Color HEX #2DEEB8 Turquoise

📋 copy color: '#2DEEB8'

red 45 ◦ green 238 ◦ blue 184

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

Shades of Turquoise #2DEEB8

Tints of Turquoise #2DEEB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 39.4%

R = 9.64%
G = 50.96%
B = 39.4%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.23

 K value IS 0.07

RGB Variations

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

Color information

#2DEEB8 (or 0x2DEEB8) is known color: Turquoise. HEX triplet: 2D, EE and B8. RGB value is (45,238,184). Sum of RGB (Red+Green+Blue) = 45+238+184=467 (61% of max value = 765). Red value is 45 (17.97% from 255 or 9.64% from 467); Green value is 238 (93.36% from 255 or 50.96% from 467); Blue value is 184 (72.27% from 255 or 39.40% from 467); Max value from RGB is 238 - color contains mainly: green. Hex color #2DEEB8 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2DEEB8 is #D21147. Grayscale: #AEAEAE. Windows color (decimal): -13766984 or 12119597. OLE color: 12119597.

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

Color convert

RGB 45 238 184 -
CMYK 0.81 0 0.23 0.07
HSL 163.21º 0.85% 0.55% -
HSV(B) 163.21º 0.81% 0.93% -
XYZ 40.31 65.17 55.8 -
YUV 174.14 133.56 35.89 -
System Red Green Blue C M Y K H S L
Decimal 45 238 184 0.81 0 0.23 0.07 163.21 0.85 0.55
Hex 2D EE B8 51 0 17 7 A3 55 37
Octal 55 356 270 121 0 27 7 243 125 67
Binary 101101 11101110 10111000 1010001 0 10111 111 10100011 1010101 110111

Color Harmonies of #2DEEB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DEEB8

Black with #2DEEB8

Text Example


Text Example

White with #2DEEB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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