Html Css Color HEX #15F9EC Bright Turquoise

📋 copy color: '#15F9EC'

red 21 ◦ green 249 ◦ blue 236

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

Shades of Bright Turquoise #15F9EC

Tints of Bright Turquoise #15F9EC

RGB

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

 GREEN value IS 249 (97.66% from 255) = 49.21%

 BLUE value IS 236 (92.58% from 255) = 46.64%

R = 4.15%
G = 49.21%
B = 46.64%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.05

 K value IS 0.02

RGB Variations

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

Color information

#15F9EC (or 0x15F9EC) is known color: Bright Turquoise. HEX triplet: 15, F9 and EC. RGB value is (21,249,236). Sum of RGB (Red+Green+Blue) = 21+249+236=506 (67% of max value = 765). Red value is 21 (8.59% from 255 or 4.15% from 506); Green value is 249 (97.66% from 255 or 49.21% from 506); Blue value is 236 (92.58% from 255 or 46.64% from 506); Max value from RGB is 249 - color contains mainly: green. Hex color #15F9EC is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #15F9EC is #EA0613. Grayscale: #B3B3B3. Windows color (decimal): -15336980 or 15530261. OLE color: 15530261.

HSL color Cylindrical-coordinate representation of color #15F9EC: hue angle of 176.58º degrees, saturation: 0.95, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #15F9EC is Cyan = 0.92, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.02.

Color convert

RGB 21 249 236 -
CMYK 0.92 0 0.05 0.02
HSL 176.58º 0.95% 0.53% -
HSV(B) 176.58º 0.92% 0.98% -
XYZ 49.33 73.97 91.03 -
YUV 179.35 159.96 15.06 -
System Red Green Blue C M Y K H S L
Decimal 21 249 236 0.92 0 0.05 0.02 176.58 0.95 0.53
Hex 15 F9 EC 5C 0 5 2 B1 5F 35
Octal 25 371 354 134 0 5 2 261 137 65
Binary 10101 11111001 11101100 1011100 0 101 10 10110001 1011111 110101

Color Harmonies of #15F9EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15F9EC

Black with #15F9EC

Text Example


Text Example

White with #15F9EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,249,236); }

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

background-color css

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

 a { background-color: rgb(21,249,236); }

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

border-color css

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

 span { border-color: rgb(21,249,236); }

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