Html Css Color HEX #17DBDB Bright Turquoise

📋 copy color: '#17DBDB'

red 23 ◦ green 219 ◦ blue 219

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

Shades of Bright Turquoise #17DBDB

Tints of Bright Turquoise #17DBDB

RGB

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

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

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

R = 4.99%
G = 47.51%
B = 47.51%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#17DBDB (or 0x17DBDB) is known color: Bright Turquoise. HEX triplet: 17, DB and DB. RGB value is (23,219,219). Sum of RGB (Red+Green+Blue) = 23+219+219=461 (61% of max value = 765). Red value is 23 (9.38% from 255 or 4.99% from 461); Green value is 219 (85.94% from 255 or 47.51% from 461); Blue value is 219 (85.94% from 255 or 47.51% from 461); Max value from RGB is 219 - color contains mainly: green, blue. Hex color #17DBDB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #17DBDB is #E82424. Grayscale: #A0A0A0. Windows color (decimal): -15213605 or 14408471. OLE color: 14408471.

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

Color convert

RGB 23 219 219 -
CMYK 0.89 0 0 0.14
HSL 180º 0.81% 0.47% -
HSV(B) 180º 0.89% 0.86% -
XYZ 38.47 55.96 75.79 -
YUV 160.4 161.07 30 -
System Red Green Blue C M Y K H S L
Decimal 23 219 219 0.89 0 0 0.14 180 0.81 0.47
Hex 17 DB DB 59 0 0 E B4 51 2F
Octal 27 333 333 131 0 0 16 264 121 57
Binary 10111 11011011 11011011 1011001 0 0 1110 10110100 1010001 101111

Color Harmonies of #17DBDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #17DBDB

Black with #17DBDB

Text Example


Text Example

White with #17DBDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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