Html Css Color HEX #1CCEDB Dark Turquoise

📋 copy color: '#1CCEDB'

red 28 ◦ green 206 ◦ blue 219

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

Shades of Dark Turquoise #1CCEDB

Tints of Dark Turquoise #1CCEDB

RGB

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

 GREEN value IS 206 (80.86% from 255) = 45.47%

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

R = 6.18%
G = 45.47%
B = 48.34%

CMYK

 C value IS 0.87

 M value IS 0.06

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1CCEDB (or 0x1CCEDB) is known color: Dark Turquoise. HEX triplet: 1C, CE and DB. RGB value is (28,206,219). Sum of RGB (Red+Green+Blue) = 28+206+219=453 (60% of max value = 765). Red value is 28 (11.33% from 255 or 6.18% from 453); Green value is 206 (80.86% from 255 or 45.47% from 453); Blue value is 219 (85.94% from 255 or 48.34% from 453); Max value from RGB is 219 - color contains mainly: blue. Hex color #1CCEDB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1CCEDB is #E33124. Grayscale: #9A9A9A. Windows color (decimal): -14889253 or 14405148. OLE color: 14405148.

HSL color Cylindrical-coordinate representation of color #1CCEDB: hue angle of 184.08º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1CCEDB is Cyan = 0.87, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 28 206 219 -
CMYK 0.87 0.06 0 0.14
HSL 184.08º 0.77% 0.48% -
HSV(B) 184.08º 0.87% 0.86% -
XYZ 35.34 49.5 74.71 -
YUV 154.26 164.53 37.94 -
System Red Green Blue C M Y K H S L
Decimal 28 206 219 0.87 0.06 0 0.14 184.08 0.77 0.48
Hex 1C CE DB 57 6 0 E B8 4D 30
Octal 34 316 333 127 6 0 16 270 115 60
Binary 11100 11001110 11011011 1010111 110 0 1110 10111000 1001101 110000

Color Harmonies of #1CCEDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CCEDB

Black with #1CCEDB

Text Example


Text Example

White with #1CCEDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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