Html Css Color HEX #17DAD2 Bright Turquoise

📋 copy color: '#17DAD2'

red 23 ◦ green 218 ◦ blue 210

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

Shades of Bright Turquoise #17DAD2

Tints of Bright Turquoise #17DAD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 46.56%

R = 5.1%
G = 48.34%
B = 46.56%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.04

 K value IS 0.15

RGB Variations

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

Color information

#17DAD2 (or 0x17DAD2) is known color: Bright Turquoise. HEX triplet: 17, DA and D2. RGB value is (23,218,210). Sum of RGB (Red+Green+Blue) = 23+218+210=451 (59% of max value = 765). Red value is 23 (9.38% from 255 or 5.10% from 451); Green value is 218 (85.55% from 255 or 48.34% from 451); Blue value is 210 (82.42% from 255 or 46.56% from 451); Max value from RGB is 218 - color contains mainly: green. Hex color #17DAD2 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #17DAD2 is #E8252D. Grayscale: #9E9E9E. Windows color (decimal): -15213870 or 13818391. OLE color: 13818391.

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

Color convert

RGB 23 218 210 -
CMYK 0.89 0 0.04 0.15
HSL 177.54º 0.81% 0.47% -
HSV(B) 177.54º 0.89% 0.85% -
XYZ 37.06 54.98 69.63 -
YUV 158.78 156.9 31.15 -
System Red Green Blue C M Y K H S L
Decimal 23 218 210 0.89 0 0.04 0.15 177.54 0.81 0.47
Hex 17 DA D2 59 0 4 F B2 51 2F
Octal 27 332 322 131 0 4 17 262 121 57
Binary 10111 11011010 11010010 1011001 0 100 1111 10110010 1010001 101111

Color Harmonies of #17DAD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #17DAD2

Black with #17DAD2

Text Example


Text Example

White with #17DAD2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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