Html Css Color HEX #2DDACC Turquoise

📋 copy color: '#2DDACC'

red 45 ◦ green 218 ◦ blue 204

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

Shades of Turquoise #2DDACC

Tints of Turquoise #2DDACC

RGB

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

 GREEN value IS 218 (85.55% from 255) = 46.68%

 BLUE value IS 204 (80.08% from 255) = 43.68%

R = 9.64%
G = 46.68%
B = 43.68%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.06

 K value IS 0.15

RGB Variations

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

Color information

#2DDACC (or 0x2DDACC) is known color: Turquoise. HEX triplet: 2D, DA and CC. RGB value is (45,218,204). Sum of RGB (Red+Green+Blue) = 45+218+204=467 (61% of max value = 765). Red value is 45 (17.97% from 255 or 9.64% from 467); Green value is 218 (85.55% from 255 or 46.68% from 467); Blue value is 204 (80.08% from 255 or 43.68% from 467); Max value from RGB is 218 - color contains mainly: green. Hex color #2DDACC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2DDACC is #D22533. Grayscale: #A4A4A4. Windows color (decimal): -13772084 or 13425197. OLE color: 13425197.

HSL color Cylindrical-coordinate representation of color #2DDACC: hue angle of 175.14º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2DDACC is Cyan = 0.79, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB 45 218 204 -
CMYK 0.79 0 0.06 0.15
HSL 175.14º 0.7% 0.52% -
HSV(B) 175.14º 0.79% 0.85% -
XYZ 37.05 55.06 65.8 -
YUV 164.68 150.19 42.64 -
System Red Green Blue C M Y K H S L
Decimal 45 218 204 0.79 0 0.06 0.15 175.14 0.7 0.52
Hex 2D DA CC 4F 0 6 F AF 46 34
Octal 55 332 314 117 0 6 17 257 106 64
Binary 101101 11011010 11001100 1001111 0 110 1111 10101111 1000110 110100

Color Harmonies of #2DDACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DDACC

Black with #2DDACC

Text Example


Text Example

White with #2DDACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,218,204); }

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

background-color css

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

 a { background-color: rgb(45,218,204); }

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

border-color css

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

 span { border-color: rgb(45,218,204); }

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