Html Css Color HEX #17DBDC Bright Turquoise

📋 copy color: '#17DBDC'

red 23 ◦ green 219 ◦ blue 220

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

Shades of Bright Turquoise #17DBDC

Tints of Bright Turquoise #17DBDC

RGB

 RED value IS 23 (9.38% from 255) = 4.98%

 GREEN value IS 219 (85.94% from 255) = 47.4%

 BLUE value IS 220 (86.33% from 255) = 47.62%

R = 4.98%
G = 47.4%
B = 47.62%

CMYK

 C value IS 0.90

 M value IS 0.00

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#17DBDC (or 0x17DBDC) is known color: Bright Turquoise. HEX triplet: 17, DB and DC. RGB value is (23,219,220). Sum of RGB (Red+Green+Blue) = 23+219+220=462 (61% of max value = 765). Red value is 23 (9.38% from 255 or 4.98% from 462); Green value is 219 (85.94% from 255 or 47.40% from 462); Blue value is 220 (86.33% from 255 or 47.62% from 462); Max value from RGB is 220 - color contains mainly: blue. Hex color #17DBDC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #17DBDC is #E82423. Grayscale: #A0A0A0. Windows color (decimal): -15213604 or 14474007. OLE color: 14474007.

HSL color Cylindrical-coordinate representation of color #17DBDC: hue angle of 180.3º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #17DBDC is Cyan = 0.90, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 23 219 220 -
CMYK 0.90 0.00 0 0.14
HSL 180.3º 0.81% 0.48% -
HSV(B) 180.3º 0.9% 0.86% -
XYZ 38.6 56.01 76.49 -
YUV 160.51 161.57 29.92 -
System Red Green Blue C M Y K H S L
Decimal 23 219 220 0.90 0.00 0 0.14 180.3 0.81 0.48
Hex 17 DB DC 5A 0 0 E B4 51 30
Octal 27 333 334 132 0 0 16 264 121 60
Binary 10111 11011011 11011100 1011010 0 0 1110 10110100 1010001 110000

Color Harmonies of #17DBDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #17DBDC

Black with #17DBDC

Text Example


Text Example

White with #17DBDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #17DBDC; }

 p { color: rgb(23,219,220); }

 H1.HeaderClassName
 {
   color: #17DBDC;
 }
 .AnyTagClassName
 {
   color: #17DBDC;
 }
</style>

background-color css

<style>
 a { background-color: #17DBDC; }

 a { background-color: rgb(23,219,220); }

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

border-color css

<style>
 span { border-color: #17DBDC; }

 span { border-color: rgb(23,219,220); }

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