Html Css Color HEX #17D0EB Bright Turquoise

📋 copy color: '#17D0EB'

red 23 ◦ green 208 ◦ blue 235

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

Shades of Bright Turquoise #17D0EB

Tints of Bright Turquoise #17D0EB

RGB

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

 GREEN value IS 208 (81.64% from 255) = 44.64%

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

R = 4.94%
G = 44.64%
B = 50.43%

CMYK

 C value IS 0.90

 M value IS 0.11

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#17D0EB (or 0x17D0EB) is known color: Bright Turquoise. HEX triplet: 17, D0 and EB. RGB value is (23,208,235). Sum of RGB (Red+Green+Blue) = 23+208+235=466 (61% of max value = 765). Red value is 23 (9.38% from 255 or 4.94% from 466); Green value is 208 (81.64% from 255 or 44.64% from 466); Blue value is 235 (92.19% from 255 or 50.43% from 466); Max value from RGB is 235 - color contains mainly: blue. Hex color #17D0EB is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #17D0EB is #E82F14. Grayscale: #9B9B9B. Windows color (decimal): -15216405 or 15454231. OLE color: 15454231.

HSL color Cylindrical-coordinate representation of color #17D0EB: hue angle of 187.64º 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 #17D0EB is Cyan = 0.90, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 23 208 235 -
CMYK 0.90 0.11 0 0.08
HSL 187.64º 0.84% 0.51% -
HSV(B) 187.64º 0.9% 0.92% -
XYZ 37.9 51.29 86.5 -
YUV 155.76 172.71 33.3 -
System Red Green Blue C M Y K H S L
Decimal 23 208 235 0.90 0.11 0 0.08 187.64 0.84 0.51
Hex 17 D0 EB 5A B 0 8 BC 54 33
Octal 27 320 353 132 13 0 10 274 124 63
Binary 10111 11010000 11101011 1011010 1011 0 1000 10111100 1010100 110011

Color Harmonies of #17D0EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #17D0EB

Black with #17D0EB

Text Example


Text Example

White with #17D0EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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