Html Css Color HEX #2CD9DB Turquoise

📋 copy color: '#2CD9DB'

red 44 ◦ green 217 ◦ blue 219

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

Shades of Turquoise #2CD9DB

Tints of Turquoise #2CD9DB

RGB

 RED value IS 44 (17.58% from 255) = 9.17%

 GREEN value IS 217 (85.16% from 255) = 45.21%

 BLUE value IS 219 (85.94% from 255) = 45.63%

R = 9.17%
G = 45.21%
B = 45.63%

CMYK

 C value IS 0.80

 M value IS 0.01

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#2CD9DB (or 0x2CD9DB) is known color: Turquoise. HEX triplet: 2C, D9 and DB. RGB value is (44,217,219). Sum of RGB (Red+Green+Blue) = 44+217+219=480 (63% of max value = 765). Red value is 44 (17.58% from 255 or 9.17% from 480); Green value is 217 (85.16% from 255 or 45.21% from 480); Blue value is 219 (85.94% from 255 or 45.62% from 480); Max value from RGB is 219 - color contains mainly: blue. Hex color #2CD9DB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2CD9DB is #D32624. Grayscale: #A5A5A5. Windows color (decimal): -13837861 or 14407980. OLE color: 14407980.

HSL color Cylindrical-coordinate representation of color #2CD9DB: hue angle of 180.69º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2CD9DB is Cyan = 0.80, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 44 217 219 -
CMYK 0.80 0.01 0 0.14
HSL 180.69º 0.71% 0.52% -
HSV(B) 180.69º 0.8% 0.86% -
XYZ 38.64 55.28 75.65 -
YUV 165.5 158.19 41.34 -
System Red Green Blue C M Y K H S L
Decimal 44 217 219 0.80 0.01 0 0.14 180.69 0.71 0.52
Hex 2C D9 DB 50 1 0 E B5 47 34
Octal 54 331 333 120 1 0 16 265 107 64
Binary 101100 11011001 11011011 1010000 1 0 1110 10110101 1000111 110100

Color Harmonies of #2CD9DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CD9DB

Black with #2CD9DB

Text Example


Text Example

White with #2CD9DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,217,219); }

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

background-color css

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

 a { background-color: rgb(44,217,219); }

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

border-color css

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

 span { border-color: rgb(44,217,219); }

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