Html Css Color HEX #17EAD0 Bright Turquoise

📋 copy color: '#17EAD0'

red 23 ◦ green 234 ◦ blue 208

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

Shades of Bright Turquoise #17EAD0

Tints of Bright Turquoise #17EAD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 44.73%

R = 4.95%
G = 50.32%
B = 44.73%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.11

 K value IS 0.08

RGB Variations

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

Color information

#17EAD0 (or 0x17EAD0) is known color: Bright Turquoise. HEX triplet: 17, EA and D0. RGB value is (23,234,208). Sum of RGB (Red+Green+Blue) = 23+234+208=465 (61% of max value = 765). Red value is 23 (9.38% from 255 or 4.95% from 465); Green value is 234 (91.80% from 255 or 50.32% from 465); Blue value is 208 (81.64% from 255 or 44.73% from 465); Max value from RGB is 234 - color contains mainly: green. Hex color #17EAD0 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #17EAD0 is #E8152F. Grayscale: #A7A7A7. Windows color (decimal): -15209776 or 13691415. OLE color: 13691415.

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

Color convert

RGB 23 234 208 -
CMYK 0.90 0 0.11 0.08
HSL 172.61º 0.83% 0.5% -
HSV(B) 172.61º 0.9% 0.92% -
XYZ 41.16 63.58 69.78 -
YUV 167.95 150.6 24.61 -
System Red Green Blue C M Y K H S L
Decimal 23 234 208 0.90 0 0.11 0.08 172.61 0.83 0.5
Hex 17 EA D0 5A 0 B 8 AD 53 32
Octal 27 352 320 132 0 13 10 255 123 62
Binary 10111 11101010 11010000 1011010 0 1011 1000 10101101 1010011 110010

Color Harmonies of #17EAD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #17EAD0

Black with #17EAD0

Text Example


Text Example

White with #17EAD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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