Html Css Color HEX #17DAF0 Bright Turquoise

📋 copy color: '#17DAF0'

red 23 ◦ green 218 ◦ blue 240

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

Shades of Bright Turquoise #17DAF0

Tints of Bright Turquoise #17DAF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 49.9%

R = 4.78%
G = 45.32%
B = 49.9%

CMYK

 C value IS 0.90

 M value IS 0.09

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#17DAF0 (or 0x17DAF0) is known color: Bright Turquoise. HEX triplet: 17, DA and F0. RGB value is (23,218,240). Sum of RGB (Red+Green+Blue) = 23+218+240=481 (63% of max value = 765). Red value is 23 (9.38% from 255 or 4.78% from 481); Green value is 218 (85.55% from 255 or 45.32% from 481); Blue value is 240 (94.14% from 255 or 49.90% from 481); Max value from RGB is 240 - color contains mainly: blue. Hex color #17DAF0 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #17DAF0 is #E8250F. Grayscale: #A1A1A1. Windows color (decimal): -15213840 or 15784471. OLE color: 15784471.

HSL color Cylindrical-coordinate representation of color #17DAF0: hue angle of 186.08º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #17DAF0 is Cyan = 0.90, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 23 218 240 -
CMYK 0.90 0.09 0 0.06
HSL 186.08º 0.88% 0.52% -
HSV(B) 186.08º 0.9% 0.94% -
XYZ 41.15 56.62 91.2 -
YUV 162.2 171.9 28.71 -
System Red Green Blue C M Y K H S L
Decimal 23 218 240 0.90 0.09 0 0.06 186.08 0.88 0.52
Hex 17 DA F0 5A 9 0 6 BA 58 34
Octal 27 332 360 132 11 0 6 272 130 64
Binary 10111 11011010 11110000 1011010 1001 0 110 10111010 1011000 110100

Color Harmonies of #17DAF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #17DAF0

Black with #17DAF0

Text Example


Text Example

White with #17DAF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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