Html Css Color HEX #15F4E5 Bright Turquoise

📋 copy color: '#15F4E5'

red 21 ◦ green 244 ◦ blue 229

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

Shades of Bright Turquoise #15F4E5

Tints of Bright Turquoise #15F4E5

RGB

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

 GREEN value IS 244 (95.7% from 255) = 49.39%

 BLUE value IS 229 (89.84% from 255) = 46.36%

R = 4.25%
G = 49.39%
B = 46.36%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.06

 K value IS 0.04

RGB Variations

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

Color information

#15F4E5 (or 0x15F4E5) is known color: Bright Turquoise. HEX triplet: 15, F4 and E5. RGB value is (21,244,229). Sum of RGB (Red+Green+Blue) = 21+244+229=494 (65% of max value = 765). Red value is 21 (8.59% from 255 or 4.25% from 494); Green value is 244 (95.70% from 255 or 49.39% from 494); Blue value is 229 (89.84% from 255 or 46.36% from 494); Max value from RGB is 244 - color contains mainly: green. Hex color #15F4E5 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #15F4E5 is #EA0B1A. Grayscale: #AFAFAF. Windows color (decimal): -15338267 or 15070229. OLE color: 15070229.

HSL color Cylindrical-coordinate representation of color #15F4E5: hue angle of 175.96º degrees, saturation: 0.91, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #15F4E5 is Cyan = 0.91, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.04.

Color convert

RGB 21 244 229 -
CMYK 0.91 0 0.06 0.04
HSL 175.96º 0.91% 0.52% -
HSV(B) 175.96º 0.91% 0.96% -
XYZ 46.8 70.52 85.27 -
YUV 175.61 158.12 17.72 -
System Red Green Blue C M Y K H S L
Decimal 21 244 229 0.91 0 0.06 0.04 175.96 0.91 0.52
Hex 15 F4 E5 5B 0 6 4 B0 5B 34
Octal 25 364 345 133 0 6 4 260 133 64
Binary 10101 11110100 11100101 1011011 0 110 100 10110000 1011011 110100

Color Harmonies of #15F4E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15F4E5

Black with #15F4E5

Text Example


Text Example

White with #15F4E5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,244,229); }

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

background-color css

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

 a { background-color: rgb(21,244,229); }

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

border-color css

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

 span { border-color: rgb(21,244,229); }

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