Html Css Color HEX #17DBF1 Bright Turquoise

📋 copy color: '#17DBF1'

red 23 ◦ green 219 ◦ blue 241

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

Shades of Bright Turquoise #17DBF1

Tints of Bright Turquoise #17DBF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 49.9%

R = 4.76%
G = 45.34%
B = 49.9%

CMYK

 C value IS 0.90

 M value IS 0.09

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#17DBF1 (or 0x17DBF1) is known color: Bright Turquoise. HEX triplet: 17, DB and F1. RGB value is (23,219,241). Sum of RGB (Red+Green+Blue) = 23+219+241=483 (63% of max value = 765). Red value is 23 (9.38% from 255 or 4.76% from 483); Green value is 219 (85.94% from 255 or 45.34% from 483); Blue value is 241 (94.53% from 255 or 49.90% from 483); Max value from RGB is 241 - color contains mainly: blue. Hex color #17DBF1 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #17DBF1 is #E8240E. Grayscale: #A2A2A2. Windows color (decimal): -15213583 or 15850263. OLE color: 15850263.

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

Color convert

RGB 23 219 241 -
CMYK 0.90 0.09 0 0.05
HSL 186.06º 0.89% 0.52% -
HSV(B) 186.06º 0.9% 0.95% -
XYZ 41.56 57.2 92.07 -
YUV 162.9 172.07 28.21 -
System Red Green Blue C M Y K H S L
Decimal 23 219 241 0.90 0.09 0 0.05 186.06 0.89 0.52
Hex 17 DB F1 5A 9 0 5 BA 59 34
Octal 27 333 361 132 11 0 5 272 131 64
Binary 10111 11011011 11110001 1011010 1001 0 101 10111010 1011001 110100

Color Harmonies of #17DBF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #17DBF1

Black with #17DBF1

Text Example


Text Example

White with #17DBF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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