Html Css Color HEX #2CE6DA Turquoise

📋 copy color: '#2CE6DA'

red 44 ◦ green 230 ◦ blue 218

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

Shades of Turquoise #2CE6DA

Tints of Turquoise #2CE6DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 44.31%

R = 8.94%
G = 46.75%
B = 44.31%

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

#2CE6DA (or 0x2CE6DA) is known color: Turquoise. HEX triplet: 2C, E6 and DA. RGB value is (44,230,218). Sum of RGB (Red+Green+Blue) = 44+230+218=492 (65% of max value = 765). Red value is 44 (17.58% from 255 or 8.94% from 492); Green value is 230 (90.23% from 255 or 46.75% from 492); Blue value is 218 (85.55% from 255 or 44.31% from 492); Max value from RGB is 230 - color contains mainly: green. Hex color #2CE6DA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2CE6DA is #D31925. Grayscale: #ACACAC. Windows color (decimal): -13834534 or 14345772. OLE color: 14345772.

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

Color convert

RGB 44 230 218 -
CMYK 0.81 0 0.05 0.10
HSL 176.13º 0.79% 0.54% -
HSV(B) 176.13º 0.81% 0.9% -
XYZ 41.99 62.19 76.12 -
YUV 173.02 153.38 35.98 -
System Red Green Blue C M Y K H S L
Decimal 44 230 218 0.81 0 0.05 0.10 176.13 0.79 0.54
Hex 2C E6 DA 51 0 5 A B0 4F 36
Octal 54 346 332 121 0 5 12 260 117 66
Binary 101100 11100110 11011010 1010001 0 101 1010 10110000 1001111 110110

Color Harmonies of #2CE6DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CE6DA

Black with #2CE6DA

Text Example


Text Example

White with #2CE6DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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