Html Css Color HEX #17DADE Bright Turquoise

📋 copy color: '#17DADE'

red 23 ◦ green 218 ◦ blue 222

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

Shades of Bright Turquoise #17DADE

Tints of Bright Turquoise #17DADE

RGB

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

 GREEN value IS 218 (85.55% from 255) = 47.08%

 BLUE value IS 222 (87.11% from 255) = 47.95%

R = 4.97%
G = 47.08%
B = 47.95%

CMYK

 C value IS 0.90

 M value IS 0.02

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#17DADE (or 0x17DADE) is known color: Bright Turquoise. HEX triplet: 17, DA and DE. RGB value is (23,218,222). Sum of RGB (Red+Green+Blue) = 23+218+222=463 (61% of max value = 765). Red value is 23 (9.38% from 255 or 4.97% from 463); Green value is 218 (85.55% from 255 or 47.08% from 463); Blue value is 222 (87.11% from 255 or 47.95% from 463); Max value from RGB is 222 - color contains mainly: blue. Hex color #17DADE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #17DADE is #E82521. Grayscale: #9F9F9F. Windows color (decimal): -15213858 or 14604823. OLE color: 14604823.

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

Color convert

RGB 23 218 222 -
CMYK 0.90 0.02 0 0.13
HSL 181.21º 0.81% 0.48% -
HSV(B) 181.21º 0.9% 0.87% -
XYZ 38.61 55.6 77.8 -
YUV 160.15 162.9 30.17 -
System Red Green Blue C M Y K H S L
Decimal 23 218 222 0.90 0.02 0 0.13 181.21 0.81 0.48
Hex 17 DA DE 5A 2 0 D B5 51 30
Octal 27 332 336 132 2 0 15 265 121 60
Binary 10111 11011010 11011110 1011010 10 0 1101 10110101 1010001 110000

Color Harmonies of #17DADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #17DADE

Black with #17DADE

Text Example


Text Example

White with #17DADE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(23,218,222); }

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

background-color css

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

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

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

border-color css

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

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

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