Html Css Color HEX #17EAF8 Bright Turquoise

📋 copy color: '#17EAF8'

red 23 ◦ green 234 ◦ blue 248

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

Shades of Bright Turquoise #17EAF8

Tints of Bright Turquoise #17EAF8

RGB

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

 GREEN value IS 234 (91.8% from 255) = 46.34%

 BLUE value IS 248 (97.27% from 255) = 49.11%

R = 4.55%
G = 46.34%
B = 49.11%

CMYK

 C value IS 0.91

 M value IS 0.06

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#17EAF8 (or 0x17EAF8) is known color: Bright Turquoise. HEX triplet: 17, EA and F8. RGB value is (23,234,248). Sum of RGB (Red+Green+Blue) = 23+234+248=505 (66% of max value = 765). Red value is 23 (9.38% from 255 or 4.55% from 505); Green value is 234 (91.80% from 255 or 46.34% from 505); Blue value is 248 (97.27% from 255 or 49.11% from 505); Max value from RGB is 248 - color contains mainly: blue. Hex color #17EAF8 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #17EAF8 is #E81507. Grayscale: #ACACAC. Windows color (decimal): -15209736 or 16312855. OLE color: 16312855.

HSL color Cylindrical-coordinate representation of color #17EAF8: hue angle of 183.73º degrees, saturation: 0.94, 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 #17EAF8 is Cyan = 0.91, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 23 234 248 -
CMYK 0.91 0.06 0 0.03
HSL 183.73º 0.94% 0.53% -
HSV(B) 183.73º 0.91% 0.97% -
XYZ 46.72 65.81 99.05 -
YUV 172.51 170.6 21.36 -
System Red Green Blue C M Y K H S L
Decimal 23 234 248 0.91 0.06 0 0.03 183.73 0.94 0.53
Hex 17 EA F8 5B 6 0 3 B8 5E 35
Octal 27 352 370 133 6 0 3 270 136 65
Binary 10111 11101010 11111000 1011011 110 0 11 10111000 1011110 110101

Color Harmonies of #17EAF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #17EAF8

Black with #17EAF8

Text Example


Text Example

White with #17EAF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(23,234,248); }

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

background-color css

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

 a { background-color: rgb(23,234,248); }

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

border-color css

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

 span { border-color: rgb(23,234,248); }

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