Html Css Color HEX #2CE6D9 Turquoise

📋 copy color: '#2CE6D9'

red 44 ◦ green 230 ◦ blue 217

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

Shades of Turquoise #2CE6D9

Tints of Turquoise #2CE6D9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 44.2%

R = 8.96%
G = 46.84%
B = 44.2%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.06

 K value IS 0.10

RGB Variations

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

Color information

#2CE6D9 (or 0x2CE6D9) is known color: Turquoise. HEX triplet: 2C, E6 and D9. RGB value is (44,230,217). Sum of RGB (Red+Green+Blue) = 44+230+217=491 (65% of max value = 765). Red value is 44 (17.58% from 255 or 8.96% from 491); Green value is 230 (90.23% from 255 or 46.84% from 491); Blue value is 217 (85.16% from 255 or 44.20% from 491); Max value from RGB is 230 - color contains mainly: green. Hex color #2CE6D9 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2CE6D9 is #D31926. Grayscale: #ACACAC. Windows color (decimal): -13834535 or 14280236. OLE color: 14280236.

HSL color Cylindrical-coordinate representation of color #2CE6D9: hue angle of 175.81º 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 #2CE6D9 is Cyan = 0.81, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.10.

Color convert

RGB 44 230 217 -
CMYK 0.81 0 0.06 0.10
HSL 175.81º 0.79% 0.54% -
HSV(B) 175.81º 0.81% 0.9% -
XYZ 41.86 62.14 75.43 -
YUV 172.9 152.88 36.06 -
System Red Green Blue C M Y K H S L
Decimal 44 230 217 0.81 0 0.06 0.10 175.81 0.79 0.54
Hex 2C E6 D9 51 0 6 A B0 4F 36
Octal 54 346 331 121 0 6 12 260 117 66
Binary 101100 11100110 11011001 1010001 0 110 1010 10110000 1001111 110110

Color Harmonies of #2CE6D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CE6D9

Black with #2CE6D9

Text Example


Text Example

White with #2CE6D9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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