Html Css Color HEX #15F1C7 Bright Turquoise

📋 copy color: '#15F1C7'

red 21 ◦ green 241 ◦ blue 199

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

Shades of Bright Turquoise #15F1C7

Tints of Bright Turquoise #15F1C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 43.17%

R = 4.56%
G = 52.28%
B = 43.17%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.17

 K value IS 0.05

RGB Variations

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

Color information

#15F1C7 (or 0x15F1C7) is known color: Bright Turquoise. HEX triplet: 15, F1 and C7. RGB value is (21,241,199). Sum of RGB (Red+Green+Blue) = 21+241+199=461 (61% of max value = 765). Red value is 21 (8.59% from 255 or 4.56% from 461); Green value is 241 (94.53% from 255 or 52.28% from 461); Blue value is 199 (78.12% from 255 or 43.17% from 461); Max value from RGB is 241 - color contains mainly: green. Hex color #15F1C7 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #15F1C7 is #EA0E38. Grayscale: #AAAAAA. Windows color (decimal): -15339065 or 13103381. OLE color: 13103381.

HSL color Cylindrical-coordinate representation of color #15F1C7: hue angle of 168.55º 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 #15F1C7 is Cyan = 0.91, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.05.

Color convert

RGB 21 241 199 -
CMYK 0.91 0 0.17 0.05
HSL 168.55º 0.89% 0.51% -
HSV(B) 168.55º 0.91% 0.95% -
XYZ 42.07 67.19 64.78 -
YUV 170.43 144.11 21.42 -
System Red Green Blue C M Y K H S L
Decimal 21 241 199 0.91 0 0.17 0.05 168.55 0.89 0.51
Hex 15 F1 C7 5B 0 11 5 A9 59 33
Octal 25 361 307 133 0 21 5 251 131 63
Binary 10101 11110001 11000111 1011011 0 10001 101 10101001 1011001 110011

Color Harmonies of #15F1C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15F1C7

Black with #15F1C7

Text Example


Text Example

White with #15F1C7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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