Html Css Color HEX #17E4FA Bright Turquoise

📋 copy color: '#17E4FA'

red 23 ◦ green 228 ◦ blue 250

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

Shades of Bright Turquoise #17E4FA

Tints of Bright Turquoise #17E4FA

RGB

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

 GREEN value IS 228 (89.45% from 255) = 45.51%

 BLUE value IS 250 (98.05% from 255) = 49.9%

R = 4.59%
G = 45.51%
B = 49.9%

CMYK

 C value IS 0.91

 M value IS 0.09

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#17E4FA (or 0x17E4FA) is known color: Bright Turquoise. HEX triplet: 17, E4 and FA. RGB value is (23,228,250). Sum of RGB (Red+Green+Blue) = 23+228+250=501 (66% of max value = 765). Red value is 23 (9.38% from 255 or 4.59% from 501); Green value is 228 (89.45% from 255 or 45.51% from 501); Blue value is 250 (98.05% from 255 or 49.90% from 501); Max value from RGB is 250 - color contains mainly: blue. Hex color #17E4FA is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #17E4FA is #E81B05. Grayscale: #A8A8A8. Windows color (decimal): -15211270 or 16442391. OLE color: 16442391.

HSL color Cylindrical-coordinate representation of color #17E4FA: hue angle of 185.81º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #17E4FA is Cyan = 0.91, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 23 228 250 -
CMYK 0.91 0.09 0 0.02
HSL 185.82º 0.96% 0.54% -
HSV(B) 185.82º 0.91% 0.98% -
XYZ 45.35 62.57 100.13 -
YUV 169.21 173.58 23.71 -
System Red Green Blue C M Y K H S L
Decimal 23 228 250 0.91 0.09 0 0.02 185.82 0.96 0.54
Hex 17 E4 FA 5B 9 0 2 BA 60 36
Octal 27 344 372 133 11 0 2 272 140 66
Binary 10111 11100100 11111010 1011011 1001 0 10 10111010 1100000 110110

Color Harmonies of #17E4FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #17E4FA

Black with #17E4FA

Text Example


Text Example

White with #17E4FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(23,228,250); }

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

background-color css

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

 a { background-color: rgb(23,228,250); }

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

border-color css

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

 span { border-color: rgb(23,228,250); }

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