Html Css Color HEX #2DEBC6 Turquoise

📋 copy color: '#2DEBC6'

red 45 ◦ green 235 ◦ blue 198

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

Shades of Turquoise #2DEBC6

Tints of Turquoise #2DEBC6

RGB

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

 GREEN value IS 235 (92.19% from 255) = 49.16%

 BLUE value IS 198 (77.73% from 255) = 41.42%

R = 9.41%
G = 49.16%
B = 41.42%

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

#2DEBC6 (or 0x2DEBC6) is known color: Turquoise. HEX triplet: 2D, EB and C6. RGB value is (45,235,198). Sum of RGB (Red+Green+Blue) = 45+235+198=478 (63% of max value = 765). Red value is 45 (17.97% from 255 or 9.41% from 478); Green value is 235 (92.19% from 255 or 49.16% from 478); Blue value is 198 (77.73% from 255 or 41.42% from 478); Max value from RGB is 235 - color contains mainly: green. Hex color #2DEBC6 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2DEBC6 is #D21439. Grayscale: #ADADAD. Windows color (decimal): -13767738 or 13036333. OLE color: 13036333.

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

Color convert

RGB 45 235 198 -
CMYK 0.81 0 0.16 0.08
HSL 168.32º 0.83% 0.55% -
HSV(B) 168.32º 0.81% 0.92% -
XYZ 40.98 64.05 63.63 -
YUV 173.97 141.55 36.01 -
System Red Green Blue C M Y K H S L
Decimal 45 235 198 0.81 0 0.16 0.08 168.32 0.83 0.55
Hex 2D EB C6 51 0 10 8 A8 53 37
Octal 55 353 306 121 0 20 10 250 123 67
Binary 101101 11101011 11000110 1010001 0 10000 1000 10101000 1010011 110111

Color Harmonies of #2DEBC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DEBC6

Black with #2DEBC6

Text Example


Text Example

White with #2DEBC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,235,198); }

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

background-color css

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

 a { background-color: rgb(45,235,198); }

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

border-color css

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

 span { border-color: rgb(45,235,198); }

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