Html Css Color HEX #2CE6DB Turquoise

📋 copy color: '#2CE6DB'

red 44 ◦ green 230 ◦ blue 219

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

Shades of Turquoise #2CE6DB

Tints of Turquoise #2CE6DB

RGB

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

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

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

R = 8.92%
G = 46.65%
B = 44.42%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.05

 K value IS 0.10

RGB Variations

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

Color information

#2CE6DB (or 0x2CE6DB) is known color: Turquoise. HEX triplet: 2C, E6 and DB. RGB value is (44,230,219). Sum of RGB (Red+Green+Blue) = 44+230+219=493 (65% of max value = 765). Red value is 44 (17.58% from 255 or 8.92% from 493); Green value is 230 (90.23% from 255 or 46.65% from 493); Blue value is 219 (85.94% from 255 or 44.42% from 493); Max value from RGB is 230 - color contains mainly: green. Hex color #2CE6DB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2CE6DB is #D31924. Grayscale: #ACACAC. Windows color (decimal): -13834533 or 14411308. OLE color: 14411308.

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

Color convert

RGB 44 230 219 -
CMYK 0.81 0 0.05 0.10
HSL 176.45º 0.79% 0.54% -
HSV(B) 176.45º 0.81% 0.9% -
XYZ 42.12 62.24 76.81 -
YUV 173.13 153.88 35.89 -
System Red Green Blue C M Y K H S L
Decimal 44 230 219 0.81 0 0.05 0.10 176.45 0.79 0.54
Hex 2C E6 DB 51 0 5 A B0 4F 36
Octal 54 346 333 121 0 5 12 260 117 66
Binary 101100 11100110 11011011 1010001 0 101 1010 10110000 1001111 110110

Color Harmonies of #2CE6DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CE6DB

Black with #2CE6DB

Text Example


Text Example

White with #2CE6DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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