Html Css Color HEX #17D2EF Bright Turquoise

📋 copy color: '#17D2EF'

red 23 ◦ green 210 ◦ blue 239

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

Shades of Bright Turquoise #17D2EF

Tints of Bright Turquoise #17D2EF

RGB

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

 GREEN value IS 210 (82.42% from 255) = 44.49%

 BLUE value IS 239 (93.75% from 255) = 50.64%

R = 4.87%
G = 44.49%
B = 50.64%

CMYK

 C value IS 0.90

 M value IS 0.12

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#17D2EF (or 0x17D2EF) is known color: Bright Turquoise. HEX triplet: 17, D2 and EF. RGB value is (23,210,239). Sum of RGB (Red+Green+Blue) = 23+210+239=472 (62% of max value = 765). Red value is 23 (9.38% from 255 or 4.87% from 472); Green value is 210 (82.42% from 255 or 44.49% from 472); Blue value is 239 (93.75% from 255 or 50.64% from 472); Max value from RGB is 239 - color contains mainly: blue. Hex color #17D2EF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #17D2EF is #E82D10. Grayscale: #9D9D9D. Windows color (decimal): -15215889 or 15716887. OLE color: 15716887.

HSL color Cylindrical-coordinate representation of color #17D2EF: hue angle of 188.06º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #17D2EF is Cyan = 0.90, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 23 210 239 -
CMYK 0.90 0.12 0 0.06
HSL 188.06º 0.87% 0.51% -
HSV(B) 188.06º 0.9% 0.94% -
XYZ 38.98 52.51 89.74 -
YUV 157.39 174.05 32.14 -
System Red Green Blue C M Y K H S L
Decimal 23 210 239 0.90 0.12 0 0.06 188.06 0.87 0.51
Hex 17 D2 EF 5A C 0 6 BC 57 33
Octal 27 322 357 132 14 0 6 274 127 63
Binary 10111 11010010 11101111 1011010 1100 0 110 10111100 1010111 110011

Color Harmonies of #17D2EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #17D2EF

Black with #17D2EF

Text Example


Text Example

White with #17D2EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(23,210,239); }

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

background-color css

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

 a { background-color: rgb(23,210,239); }

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

border-color css

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

 span { border-color: rgb(23,210,239); }

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