Html Css Color HEX #17DCF7 Bright Turquoise

📋 copy color: '#17DCF7'

red 23 ◦ green 220 ◦ blue 247

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

Shades of Bright Turquoise #17DCF7

Tints of Bright Turquoise #17DCF7

RGB

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

 GREEN value IS 220 (86.33% from 255) = 44.9%

 BLUE value IS 247 (96.88% from 255) = 50.41%

R = 4.69%
G = 44.9%
B = 50.41%

CMYK

 C value IS 0.91

 M value IS 0.11

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#17DCF7 (or 0x17DCF7) is known color: Bright Turquoise. HEX triplet: 17, DC and F7. RGB value is (23,220,247). Sum of RGB (Red+Green+Blue) = 23+220+247=490 (64% of max value = 765). Red value is 23 (9.38% from 255 or 4.69% from 490); Green value is 220 (86.33% from 255 or 44.90% from 490); Blue value is 247 (96.88% from 255 or 50.41% from 490); Max value from RGB is 247 - color contains mainly: blue. Hex color #17DCF7 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #17DCF7 is #E82308. Grayscale: #A3A3A3. Windows color (decimal): -15213321 or 16243735. OLE color: 16243735.

HSL color Cylindrical-coordinate representation of color #17DCF7: hue angle of 187.23º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #17DCF7 is Cyan = 0.91, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 23 220 247 -
CMYK 0.91 0.11 0 0.03
HSL 187.23º 0.93% 0.53% -
HSV(B) 187.23º 0.91% 0.97% -
XYZ 42.74 58.08 96.95 -
YUV 164.18 174.73 27.3 -
System Red Green Blue C M Y K H S L
Decimal 23 220 247 0.91 0.11 0 0.03 187.23 0.93 0.53
Hex 17 DC F7 5B B 0 3 BB 5D 35
Octal 27 334 367 133 13 0 3 273 135 65
Binary 10111 11011100 11110111 1011011 1011 0 11 10111011 1011101 110101

Color Harmonies of #17DCF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #17DCF7

Black with #17DCF7

Text Example


Text Example

White with #17DCF7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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