Html Css Color HEX #17D4EB Bright Turquoise

📋 copy color: '#17D4EB'

red 23 ◦ green 212 ◦ blue 235

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

Shades of Bright Turquoise #17D4EB

Tints of Bright Turquoise #17D4EB

RGB

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

 GREEN value IS 212 (83.2% from 255) = 45.11%

 BLUE value IS 235 (92.19% from 255) = 50%

R = 4.89%
G = 45.11%
B = 50%

CMYK

 C value IS 0.90

 M value IS 0.10

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#17D4EB (or 0x17D4EB) is known color: Bright Turquoise. HEX triplet: 17, D4 and EB. RGB value is (23,212,235). Sum of RGB (Red+Green+Blue) = 23+212+235=470 (62% of max value = 765). Red value is 23 (9.38% from 255 or 4.89% from 470); Green value is 212 (83.20% from 255 or 45.11% from 470); Blue value is 235 (92.19% from 255 or 50% from 470); Max value from RGB is 235 - color contains mainly: blue. Hex color #17D4EB is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #17D4EB is #E82B14. Grayscale: #9D9D9D. Windows color (decimal): -15215381 or 15455255. OLE color: 15455255.

HSL color Cylindrical-coordinate representation of color #17D4EB: hue angle of 186.51º degrees, saturation: 0.84, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #17D4EB is Cyan = 0.90, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 23 212 235 -
CMYK 0.90 0.10 0 0.08
HSL 186.51º 0.84% 0.51% -
HSV(B) 186.51º 0.9% 0.92% -
XYZ 38.89 53.27 86.83 -
YUV 158.11 171.38 31.63 -
System Red Green Blue C M Y K H S L
Decimal 23 212 235 0.90 0.10 0 0.08 186.51 0.84 0.51
Hex 17 D4 EB 5A A 0 8 BB 54 33
Octal 27 324 353 132 12 0 10 273 124 63
Binary 10111 11010100 11101011 1011010 1010 0 1000 10111011 1010100 110011

Color Harmonies of #17D4EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #17D4EB

Black with #17D4EB

Text Example


Text Example

White with #17D4EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(23,212,235); }

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

background-color css

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

 a { background-color: rgb(23,212,235); }

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

border-color css

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

 span { border-color: rgb(23,212,235); }

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