Html Css Color HEX #2CEED1 Turquoise

📋 copy color: '#2CEED1'

red 44 ◦ green 238 ◦ blue 209

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

Shades of Turquoise #2CEED1

Tints of Turquoise #2CEED1

RGB

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

 GREEN value IS 238 (93.36% from 255) = 48.47%

 BLUE value IS 209 (82.03% from 255) = 42.57%

R = 8.96%
G = 48.47%
B = 42.57%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.12

 K value IS 0.07

RGB Variations

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

Color information

#2CEED1 (or 0x2CEED1) is known color: Turquoise. HEX triplet: 2C, EE and D1. RGB value is (44,238,209). Sum of RGB (Red+Green+Blue) = 44+238+209=491 (65% of max value = 765). Red value is 44 (17.58% from 255 or 8.96% from 491); Green value is 238 (93.36% from 255 or 48.47% from 491); Blue value is 209 (82.03% from 255 or 42.57% from 491); Max value from RGB is 238 - color contains mainly: green. Hex color #2CEED1 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2CEED1 is #D3112E. Grayscale: #B0B0B0. Windows color (decimal): -13832495 or 13757996. OLE color: 13757996.

HSL color Cylindrical-coordinate representation of color #2CEED1: hue angle of 171.03º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2CEED1 is Cyan = 0.82, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.07.

Color convert

RGB 44 238 209 -
CMYK 0.82 0 0.12 0.07
HSL 171.03º 0.85% 0.55% -
HSV(B) 171.03º 0.82% 0.93% -
XYZ 43.12 66.29 70.84 -
YUV 176.69 146.23 33.36 -
System Red Green Blue C M Y K H S L
Decimal 44 238 209 0.82 0 0.12 0.07 171.03 0.85 0.55
Hex 2C EE D1 52 0 C 7 AB 55 37
Octal 54 356 321 122 0 14 7 253 125 67
Binary 101100 11101110 11010001 1010010 0 1100 111 10101011 1010101 110111

Color Harmonies of #2CEED1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CEED1

Black with #2CEED1

Text Example


Text Example

White with #2CEED1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,238,209); }

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

background-color css

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

 a { background-color: rgb(44,238,209); }

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

border-color css

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

 span { border-color: rgb(44,238,209); }

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