Html Css Color HEX #2DDEC6 Turquoise

📋 copy color: '#2DDEC6'

red 45 ◦ green 222 ◦ blue 198

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

Shades of Turquoise #2DDEC6

Tints of Turquoise #2DDEC6

RGB

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

 GREEN value IS 222 (87.11% from 255) = 47.74%

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

R = 9.68%
G = 47.74%
B = 42.58%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.11

 K value IS 0.13

RGB Variations

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

Color information

#2DDEC6 (or 0x2DDEC6) is known color: Turquoise. HEX triplet: 2D, DE and C6. RGB value is (45,222,198). Sum of RGB (Red+Green+Blue) = 45+222+198=465 (61% of max value = 765). Red value is 45 (17.97% from 255 or 9.68% from 465); Green value is 222 (87.11% from 255 or 47.74% from 465); Blue value is 198 (77.73% from 255 or 42.58% from 465); Max value from RGB is 222 - color contains mainly: green. Hex color #2DDEC6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2DDEC6 is #D22139. Grayscale: #A6A6A6. Windows color (decimal): -13771066 or 13033005. OLE color: 13033005.

HSL color Cylindrical-coordinate representation of color #2DDEC6: hue angle of 171.86º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2DDEC6 is Cyan = 0.80, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.13.

Color convert

RGB 45 222 198 -
CMYK 0.80 0 0.11 0.13
HSL 171.86º 0.73% 0.52% -
HSV(B) 171.86º 0.8% 0.87% -
XYZ 37.4 56.88 62.43 -
YUV 166.34 145.86 41.45 -
System Red Green Blue C M Y K H S L
Decimal 45 222 198 0.80 0 0.11 0.13 171.86 0.73 0.52
Hex 2D DE C6 50 0 B D AC 49 34
Octal 55 336 306 120 0 13 15 254 111 64
Binary 101101 11011110 11000110 1010000 0 1011 1101 10101100 1001001 110100

Color Harmonies of #2DDEC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DDEC6

Black with #2DDEC6

Text Example


Text Example

White with #2DDEC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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