Html Css Color HEX #17D4ED Bright Turquoise

📋 copy color: '#17D4ED'

red 23 ◦ green 212 ◦ blue 237

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

Shades of Bright Turquoise #17D4ED

Tints of Bright Turquoise #17D4ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 50.21%

R = 4.87%
G = 44.92%
B = 50.21%

CMYK

 C value IS 0.90

 M value IS 0.11

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#17D4ED (or 0x17D4ED) is known color: Bright Turquoise. HEX triplet: 17, D4 and ED. RGB value is (23,212,237). Sum of RGB (Red+Green+Blue) = 23+212+237=472 (62% of max value = 765). Red value is 23 (9.38% from 255 or 4.87% from 472); Green value is 212 (83.20% from 255 or 44.92% from 472); Blue value is 237 (92.97% from 255 or 50.21% from 472); Max value from RGB is 237 - color contains mainly: blue. Hex color #17D4ED is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #17D4ED is #E82B12. Grayscale: #9E9E9E. Windows color (decimal): -15215379 or 15586327. OLE color: 15586327.

HSL color Cylindrical-coordinate representation of color #17D4ED: hue angle of 187.01º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #17D4ED is Cyan = 0.90, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 23 212 237 -
CMYK 0.90 0.11 0 0.07
HSL 187.01º 0.86% 0.51% -
HSV(B) 187.01º 0.9% 0.93% -
XYZ 39.18 53.38 88.36 -
YUV 158.34 172.38 31.47 -
System Red Green Blue C M Y K H S L
Decimal 23 212 237 0.90 0.11 0 0.07 187.01 0.86 0.51
Hex 17 D4 ED 5A B 0 7 BB 56 33
Octal 27 324 355 132 13 0 7 273 126 63
Binary 10111 11010100 11101101 1011010 1011 0 111 10111011 1010110 110011

Color Harmonies of #17D4ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #17D4ED

Black with #17D4ED

Text Example


Text Example

White with #17D4ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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