Html Css Color HEX #17E0DA Bright Turquoise

📋 copy color: '#17E0DA'

red 23 ◦ green 224 ◦ blue 218

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

Shades of Bright Turquoise #17E0DA

Tints of Bright Turquoise #17E0DA

RGB

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

 GREEN value IS 224 (87.89% from 255) = 48.17%

 BLUE value IS 218 (85.55% from 255) = 46.88%

R = 4.95%
G = 48.17%
B = 46.88%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.03

 K value IS 0.12

RGB Variations

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

Color information

#17E0DA (or 0x17E0DA) is known color: Bright Turquoise. HEX triplet: 17, E0 and DA. RGB value is (23,224,218). Sum of RGB (Red+Green+Blue) = 23+224+218=465 (61% of max value = 765). Red value is 23 (9.38% from 255 or 4.95% from 465); Green value is 224 (87.89% from 255 or 48.17% from 465); Blue value is 218 (85.55% from 255 or 46.88% from 465); Max value from RGB is 224 - color contains mainly: green. Hex color #17E0DA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #17E0DA is #E81F25. Grayscale: #A3A3A3. Windows color (decimal): -15212326 or 14344215. OLE color: 14344215.

HSL color Cylindrical-coordinate representation of color #17E0DA: hue angle of 178.21º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #17E0DA is Cyan = 0.90, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.12.

Color convert

RGB 23 224 218 -
CMYK 0.90 0 0.03 0.12
HSL 178.21º 0.81% 0.48% -
HSV(B) 178.21º 0.9% 0.88% -
XYZ 39.66 58.56 75.54 -
YUV 163.22 158.91 27.99 -
System Red Green Blue C M Y K H S L
Decimal 23 224 218 0.90 0 0.03 0.12 178.21 0.81 0.48
Hex 17 E0 DA 5A 0 3 C B2 51 30
Octal 27 340 332 132 0 3 14 262 121 60
Binary 10111 11100000 11011010 1011010 0 11 1100 10110010 1010001 110000

Color Harmonies of #17E0DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #17E0DA

Black with #17E0DA

Text Example


Text Example

White with #17E0DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(23,224,218); }

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

background-color css

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

 a { background-color: rgb(23,224,218); }

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

border-color css

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

 span { border-color: rgb(23,224,218); }

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