Html Css Color HEX #17EBF1 Bright Turquoise

📋 copy color: '#17EBF1'

red 23 ◦ green 235 ◦ blue 241

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

Shades of Bright Turquoise #17EBF1

Tints of Bright Turquoise #17EBF1

RGB

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

 GREEN value IS 235 (92.19% from 255) = 47.09%

 BLUE value IS 241 (94.53% from 255) = 48.3%

R = 4.61%
G = 47.09%
B = 48.3%

CMYK

 C value IS 0.90

 M value IS 0.02

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#17EBF1 (or 0x17EBF1) is known color: Bright Turquoise. HEX triplet: 17, EB and F1. RGB value is (23,235,241). Sum of RGB (Red+Green+Blue) = 23+235+241=499 (66% of max value = 765). Red value is 23 (9.38% from 255 or 4.61% from 499); Green value is 235 (92.19% from 255 or 47.09% from 499); Blue value is 241 (94.53% from 255 or 48.30% from 499); Max value from RGB is 241 - color contains mainly: blue. Hex color #17EBF1 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #17EBF1 is #E8140E. Grayscale: #ACACAC. Windows color (decimal): -15209487 or 15854359. OLE color: 15854359.

HSL color Cylindrical-coordinate representation of color #17EBF1: hue angle of 181.65º 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 #17EBF1 is Cyan = 0.90, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 23 235 241 -
CMYK 0.90 0.02 0 0.05
HSL 181.65º 0.89% 0.52% -
HSV(B) 181.65º 0.9% 0.95% -
XYZ 45.94 65.95 93.53 -
YUV 172.3 166.76 21.51 -
System Red Green Blue C M Y K H S L
Decimal 23 235 241 0.90 0.02 0 0.05 181.65 0.89 0.52
Hex 17 EB F1 5A 2 0 5 B6 59 34
Octal 27 353 361 132 2 0 5 266 131 64
Binary 10111 11101011 11110001 1011010 10 0 101 10110110 1011001 110100

Color Harmonies of #17EBF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #17EBF1

Black with #17EBF1

Text Example


Text Example

White with #17EBF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(23,235,241); }

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

background-color css

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

 a { background-color: rgb(23,235,241); }

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

border-color css

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

 span { border-color: rgb(23,235,241); }

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