Html Css Color HEX #1CCDDB Dark Turquoise

📋 copy color: '#1CCDDB'

red 28 ◦ green 205 ◦ blue 219

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

Shades of Dark Turquoise #1CCDDB

Tints of Dark Turquoise #1CCDDB

RGB

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

 GREEN value IS 205 (80.47% from 255) = 45.35%

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

R = 6.19%
G = 45.35%
B = 48.45%

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

#1CCDDB (or 0x1CCDDB) is known color: Dark Turquoise. HEX triplet: 1C, CD and DB. RGB value is (28,205,219). Sum of RGB (Red+Green+Blue) = 28+205+219=452 (59% of max value = 765). Red value is 28 (11.33% from 255 or 6.19% from 452); Green value is 205 (80.47% from 255 or 45.35% from 452); Blue value is 219 (85.94% from 255 or 48.45% from 452); Max value from RGB is 219 - color contains mainly: blue. Hex color #1CCDDB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1CCDDB is #E33224. Grayscale: #999999. Windows color (decimal): -14889509 or 14404892. OLE color: 14404892.

HSL color Cylindrical-coordinate representation of color #1CCDDB: hue angle of 184.4º 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 #1CCDDB is Cyan = 0.87, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 28 205 219 -
CMYK 0.87 0.06 0 0.14
HSL 184.4º 0.77% 0.48% -
HSV(B) 184.4º 0.87% 0.86% -
XYZ 35.1 49.02 74.63 -
YUV 153.67 164.86 38.36 -
System Red Green Blue C M Y K H S L
Decimal 28 205 219 0.87 0.06 0 0.14 184.4 0.77 0.48
Hex 1C CD DB 57 6 0 E B8 4D 30
Octal 34 315 333 127 6 0 16 270 115 60
Binary 11100 11001101 11011011 1010111 110 0 1110 10111000 1001101 110000

Color Harmonies of #1CCDDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CCDDB

Black with #1CCDDB

Text Example


Text Example

White with #1CCDDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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