Html Css Color HEX #1CD6DB Bright Turquoise

📋 copy color: '#1CD6DB'

red 28 ◦ green 214 ◦ blue 219

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

Shades of Bright Turquoise #1CD6DB

Tints of Bright Turquoise #1CD6DB

RGB

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

 GREEN value IS 214 (83.98% from 255) = 46.42%

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

R = 6.07%
G = 46.42%
B = 47.51%

CMYK

 C value IS 0.87

 M value IS 0.02

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1CD6DB (or 0x1CD6DB) is known color: Bright Turquoise. HEX triplet: 1C, D6 and DB. RGB value is (28,214,219). Sum of RGB (Red+Green+Blue) = 28+214+219=461 (61% of max value = 765). Red value is 28 (11.33% from 255 or 6.07% from 461); Green value is 214 (83.98% from 255 or 46.42% from 461); Blue value is 219 (85.94% from 255 or 47.51% from 461); Max value from RGB is 219 - color contains mainly: blue. Hex color #1CD6DB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1CD6DB is #E32924. Grayscale: #9E9E9E. Windows color (decimal): -14887205 or 14407196. OLE color: 14407196.

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

Color convert

RGB 28 214 219 -
CMYK 0.87 0.02 0 0.14
HSL 181.57º 0.77% 0.48% -
HSV(B) 181.57º 0.87% 0.86% -
XYZ 37.31 53.45 75.37 -
YUV 158.96 161.88 34.59 -
System Red Green Blue C M Y K H S L
Decimal 28 214 219 0.87 0.02 0 0.14 181.57 0.77 0.48
Hex 1C D6 DB 57 2 0 E B6 4D 30
Octal 34 326 333 127 2 0 16 266 115 60
Binary 11100 11010110 11011011 1010111 10 0 1110 10110110 1001101 110000

Color Harmonies of #1CD6DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CD6DB

Black with #1CD6DB

Text Example


Text Example

White with #1CD6DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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