Html Css Color HEX #17DAF3 Bright Turquoise

📋 copy color: '#17DAF3'

red 23 ◦ green 218 ◦ blue 243

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

Shades of Bright Turquoise #17DAF3

Tints of Bright Turquoise #17DAF3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 50.21%

R = 4.75%
G = 45.04%
B = 50.21%

CMYK

 C value IS 0.91

 M value IS 0.10

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#17DAF3 (or 0x17DAF3) is known color: Bright Turquoise. HEX triplet: 17, DA and F3. RGB value is (23,218,243). Sum of RGB (Red+Green+Blue) = 23+218+243=484 (64% of max value = 765). Red value is 23 (9.38% from 255 or 4.75% from 484); Green value is 218 (85.55% from 255 or 45.04% from 484); Blue value is 243 (95.31% from 255 or 50.21% from 484); Max value from RGB is 243 - color contains mainly: blue. Hex color #17DAF3 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #17DAF3 is #E8250C. Grayscale: #A2A2A2. Windows color (decimal): -15213837 or 15981079. OLE color: 15981079.

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

Color convert

RGB 23 218 243 -
CMYK 0.91 0.10 0 0.05
HSL 186.82º 0.9% 0.52% -
HSV(B) 186.82º 0.91% 0.95% -
XYZ 41.6 56.8 93.56 -
YUV 162.55 173.4 28.47 -
System Red Green Blue C M Y K H S L
Decimal 23 218 243 0.91 0.10 0 0.05 186.82 0.9 0.52
Hex 17 DA F3 5B A 0 5 BB 5A 34
Octal 27 332 363 133 12 0 5 273 132 64
Binary 10111 11011010 11110011 1011011 1010 0 101 10111011 1011010 110100

Color Harmonies of #17DAF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #17DAF3

Black with #17DAF3

Text Example


Text Example

White with #17DAF3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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