Html Css Color HEX #1CE2DB Bright Turquoise

📋 copy color: '#1CE2DB'

red 28 ◦ green 226 ◦ blue 219

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

Shades of Bright Turquoise #1CE2DB

Tints of Bright Turquoise #1CE2DB

RGB

 RED value IS 28 (11.33% from 255) = 5.92%

 GREEN value IS 226 (88.67% from 255) = 47.78%

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

R = 5.92%
G = 47.78%
B = 46.3%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.03

 K value IS 0.11

RGB Variations

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

Color information

#1CE2DB (or 0x1CE2DB) is known color: Bright Turquoise. HEX triplet: 1C, E2 and DB. RGB value is (28,226,219). Sum of RGB (Red+Green+Blue) = 28+226+219=473 (62% of max value = 765). Red value is 28 (11.33% from 255 or 5.92% from 473); Green value is 226 (88.67% from 255 or 47.78% from 473); Blue value is 219 (85.94% from 255 or 46.30% from 473); Max value from RGB is 226 - color contains mainly: green. Hex color #1CE2DB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1CE2DB is #E31D24. Grayscale: #A5A5A5. Windows color (decimal): -14884133 or 14410268. OLE color: 14410268.

HSL color Cylindrical-coordinate representation of color #1CE2DB: hue angle of 177.88º degrees, saturation: 0.78, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1CE2DB is Cyan = 0.88, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.11.

Color convert

RGB 28 226 219 -
CMYK 0.88 0 0.03 0.11
HSL 177.88º 0.78% 0.5% -
HSV(B) 177.88º 0.88% 0.89% -
XYZ 40.46 59.75 76.42 -
YUV 166 157.9 29.57 -
System Red Green Blue C M Y K H S L
Decimal 28 226 219 0.88 0 0.03 0.11 177.88 0.78 0.5
Hex 1C E2 DB 58 0 3 B B2 4E 32
Octal 34 342 333 130 0 3 13 262 116 62
Binary 11100 11100010 11011011 1011000 0 11 1011 10110010 1001110 110010

Color Harmonies of #1CE2DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CE2DB

Black with #1CE2DB

Text Example


Text Example

White with #1CE2DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1CE2DB; }

 p { color: rgb(28,226,219); }

 H1.HeaderClassName
 {
   color: #1CE2DB;
 }
 .AnyTagClassName
 {
   color: #1CE2DB;
 }
</style>

background-color css

<style>
 a { background-color: #1CE2DB; }

 a { background-color: rgb(28,226,219); }

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

border-color css

<style>
 span { border-color: #1CE2DB; }

 span { border-color: rgb(28,226,219); }

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