Html Css Color HEX #15F1BF Bright Turquoise

📋 copy color: '#15F1BF'

red 21 ◦ green 241 ◦ blue 191

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

Shades of Bright Turquoise #15F1BF

Tints of Bright Turquoise #15F1BF

RGB

 RED value IS 21 (8.59% from 255) = 4.64%

 GREEN value IS 241 (94.53% from 255) = 53.2%

 BLUE value IS 191 (75% from 255) = 42.16%

R = 4.64%
G = 53.2%
B = 42.16%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.21

 K value IS 0.05

RGB Variations

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

Color information

#15F1BF (or 0x15F1BF) is known color: Bright Turquoise. HEX triplet: 15, F1 and BF. RGB value is (21,241,191). Sum of RGB (Red+Green+Blue) = 21+241+191=453 (60% of max value = 765). Red value is 21 (8.59% from 255 or 4.64% from 453); Green value is 241 (94.53% from 255 or 53.20% from 453); Blue value is 191 (75% from 255 or 42.16% from 453); Max value from RGB is 241 - color contains mainly: green. Hex color #15F1BF is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #15F1BF is #EA0E40. Grayscale: #A9A9A9. Windows color (decimal): -15339073 or 12579093. OLE color: 12579093.

HSL color Cylindrical-coordinate representation of color #15F1BF: hue angle of 166.36º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #15F1BF is Cyan = 0.91, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.05.

Color convert

RGB 21 241 191 -
CMYK 0.91 0 0.21 0.05
HSL 166.36º 0.89% 0.51% -
HSV(B) 166.36º 0.91% 0.95% -
XYZ 41.17 66.83 60.02 -
YUV 169.52 140.11 22.07 -
System Red Green Blue C M Y K H S L
Decimal 21 241 191 0.91 0 0.21 0.05 166.36 0.89 0.51
Hex 15 F1 BF 5B 0 15 5 A6 59 33
Octal 25 361 277 133 0 25 5 246 131 63
Binary 10101 11110001 10111111 1011011 0 10101 101 10100110 1011001 110011

Color Harmonies of #15F1BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15F1BF

Black with #15F1BF

Text Example


Text Example

White with #15F1BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #15F1BF; }

 p { color: rgb(21,241,191); }

 H1.HeaderClassName
 {
   color: #15F1BF;
 }
 .AnyTagClassName
 {
   color: #15F1BF;
 }
</style>

background-color css

<style>
 a { background-color: #15F1BF; }

 a { background-color: rgb(21,241,191); }

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

border-color css

<style>
 span { border-color: #15F1BF; }

 span { border-color: rgb(21,241,191); }

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