Html Css Color HEX #17F2F0 Bright Turquoise

📋 copy color: '#17F2F0'

red 23 ◦ green 242 ◦ blue 240

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

Shades of Bright Turquoise #17F2F0

Tints of Bright Turquoise #17F2F0

RGB

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

 GREEN value IS 242 (94.92% from 255) = 47.92%

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

R = 4.55%
G = 47.92%
B = 47.52%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.01

 K value IS 0.05

RGB Variations

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

Color information

#17F2F0 (or 0x17F2F0) is known color: Bright Turquoise. HEX triplet: 17, F2 and F0. RGB value is (23,242,240). Sum of RGB (Red+Green+Blue) = 23+242+240=505 (66% of max value = 765). Red value is 23 (9.38% from 255 or 4.55% from 505); Green value is 242 (94.92% from 255 or 47.92% from 505); Blue value is 240 (94.14% from 255 or 47.52% from 505); Max value from RGB is 242 - color contains mainly: green. Hex color #17F2F0 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #17F2F0 is #E80D0F. Grayscale: #B0B0B0. Windows color (decimal): -15207696 or 15790615. OLE color: 15790615.

HSL color Cylindrical-coordinate representation of color #17F2F0: hue angle of 179.45º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #17F2F0 is Cyan = 0.90, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.05.

Color convert

RGB 23 242 240 -
CMYK 0.90 0 0.01 0.05
HSL 179.45º 0.89% 0.52% -
HSV(B) 179.45º 0.9% 0.95% -
XYZ 47.83 69.98 93.42 -
YUV 176.29 163.95 18.66 -
System Red Green Blue C M Y K H S L
Decimal 23 242 240 0.90 0 0.01 0.05 179.45 0.89 0.52
Hex 17 F2 F0 5A 0 1 5 B3 59 34
Octal 27 362 360 132 0 1 5 263 131 64
Binary 10111 11110010 11110000 1011010 0 1 101 10110011 1011001 110100

Color Harmonies of #17F2F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #17F2F0

Black with #17F2F0

Text Example


Text Example

White with #17F2F0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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