Html Css Color HEX #2DE6BD Turquoise

📋 copy color: '#2DE6BD'

red 45 ◦ green 230 ◦ blue 189

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

Shades of Turquoise #2DE6BD

Tints of Turquoise #2DE6BD

RGB

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

 GREEN value IS 230 (90.23% from 255) = 49.57%

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

R = 9.7%
G = 49.57%
B = 40.73%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.18

 K value IS 0.10

RGB Variations

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

Color information

#2DE6BD (or 0x2DE6BD) is known color: Turquoise. HEX triplet: 2D, E6 and BD. RGB value is (45,230,189). Sum of RGB (Red+Green+Blue) = 45+230+189=464 (61% of max value = 765). Red value is 45 (17.97% from 255 or 9.70% from 464); Green value is 230 (90.23% from 255 or 49.57% from 464); Blue value is 189 (74.22% from 255 or 40.73% from 464); Max value from RGB is 230 - color contains mainly: green. Hex color #2DE6BD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2DE6BD is #D21942. Grayscale: #A9A9A9. Windows color (decimal): -13769027 or 12445229. OLE color: 12445229.

HSL color Cylindrical-coordinate representation of color #2DE6BD: hue angle of 166.7º degrees, saturation: 0.79, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2DE6BD is Cyan = 0.80, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.10.

Color convert

RGB 45 230 189 -
CMYK 0.80 0 0.18 0.10
HSL 166.7º 0.79% 0.54% -
HSV(B) 166.7º 0.8% 0.9% -
XYZ 38.56 60.83 57.85 -
YUV 170.01 138.71 38.83 -
System Red Green Blue C M Y K H S L
Decimal 45 230 189 0.80 0 0.18 0.10 166.7 0.79 0.54
Hex 2D E6 BD 50 0 12 A A7 4F 36
Octal 55 346 275 120 0 22 12 247 117 66
Binary 101101 11100110 10111101 1010000 0 10010 1010 10100111 1001111 110110

Color Harmonies of #2DE6BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DE6BD

Black with #2DE6BD

Text Example


Text Example

White with #2DE6BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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