Html Css Color HEX #2DEAC5 Turquoise

📋 copy color: '#2DEAC5'

red 45 ◦ green 234 ◦ blue 197

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

Shades of Turquoise #2DEAC5

Tints of Turquoise #2DEAC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 41.39%

R = 9.45%
G = 49.16%
B = 41.39%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.16

 K value IS 0.08

RGB Variations

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

Color information

#2DEAC5 (or 0x2DEAC5) is known color: Turquoise. HEX triplet: 2D, EA and C5. RGB value is (45,234,197). Sum of RGB (Red+Green+Blue) = 45+234+197=476 (63% of max value = 765). Red value is 45 (17.97% from 255 or 9.45% from 476); Green value is 234 (91.80% from 255 or 49.16% from 476); Blue value is 197 (77.34% from 255 or 41.39% from 476); Max value from RGB is 234 - color contains mainly: green. Hex color #2DEAC5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2DEAC5 is #D2153A. Grayscale: #ADADAD. Windows color (decimal): -13767995 or 12970541. OLE color: 12970541.

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

Color convert

RGB 45 234 197 -
CMYK 0.81 0 0.16 0.08
HSL 168.25º 0.82% 0.55% -
HSV(B) 168.25º 0.81% 0.92% -
XYZ 40.58 63.43 62.93 -
YUV 173.27 141.38 36.51 -
System Red Green Blue C M Y K H S L
Decimal 45 234 197 0.81 0 0.16 0.08 168.25 0.82 0.55
Hex 2D EA C5 51 0 10 8 A8 52 37
Octal 55 352 305 121 0 20 10 250 122 67
Binary 101101 11101010 11000101 1010001 0 10000 1000 10101000 1010010 110111

Color Harmonies of #2DEAC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DEAC5

Black with #2DEAC5

Text Example


Text Example

White with #2DEAC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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