Html Css Color HEX #17DDF0 Bright Turquoise

📋 copy color: '#17DDF0'

red 23 ◦ green 221 ◦ blue 240

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

Shades of Bright Turquoise #17DDF0

Tints of Bright Turquoise #17DDF0

RGB

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

 GREEN value IS 221 (86.72% from 255) = 45.66%

 BLUE value IS 240 (94.14% from 255) = 49.59%

R = 4.75%
G = 45.66%
B = 49.59%

CMYK

 C value IS 0.90

 M value IS 0.08

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#17DDF0 (or 0x17DDF0) is known color: Bright Turquoise. HEX triplet: 17, DD and F0. RGB value is (23,221,240). Sum of RGB (Red+Green+Blue) = 23+221+240=484 (64% of max value = 765). Red value is 23 (9.38% from 255 or 4.75% from 484); Green value is 221 (86.72% from 255 or 45.66% from 484); Blue value is 240 (94.14% from 255 or 49.59% from 484); Max value from RGB is 240 - color contains mainly: blue. Hex color #17DDF0 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #17DDF0 is #E8220F. Grayscale: #A3A3A3. Windows color (decimal): -15213072 or 15785239. OLE color: 15785239.

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

Color convert

RGB 23 221 240 -
CMYK 0.90 0.08 0 0.06
HSL 185.25º 0.88% 0.52% -
HSV(B) 185.25º 0.9% 0.94% -
XYZ 41.94 58.19 91.46 -
YUV 163.96 170.9 27.46 -
System Red Green Blue C M Y K H S L
Decimal 23 221 240 0.90 0.08 0 0.06 185.25 0.88 0.52
Hex 17 DD F0 5A 8 0 6 B9 58 34
Octal 27 335 360 132 10 0 6 271 130 64
Binary 10111 11011101 11110000 1011010 1000 0 110 10111001 1011000 110100

Color Harmonies of #17DDF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #17DDF0

Black with #17DDF0

Text Example


Text Example

White with #17DDF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(23,221,240); }

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

background-color css

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

 a { background-color: rgb(23,221,240); }

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

border-color css

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

 span { border-color: rgb(23,221,240); }

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