Html Css Color HEX #15F0F4 Bright Turquoise

📋 copy color: '#15F0F4'

red 21 ◦ green 240 ◦ blue 244

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

Shades of Bright Turquoise #15F0F4

Tints of Bright Turquoise #15F0F4

RGB

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

 GREEN value IS 240 (94.14% from 255) = 47.52%

 BLUE value IS 244 (95.7% from 255) = 48.32%

R = 4.16%
G = 47.52%
B = 48.32%

CMYK

 C value IS 0.91

 M value IS 0.02

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#15F0F4 (or 0x15F0F4) is known color: Bright Turquoise. HEX triplet: 15, F0 and F4. RGB value is (21,240,244). Sum of RGB (Red+Green+Blue) = 21+240+244=505 (66% of max value = 765). Red value is 21 (8.59% from 255 or 4.16% from 505); Green value is 240 (94.14% from 255 or 47.52% from 505); Blue value is 244 (95.70% from 255 or 48.32% from 505); Max value from RGB is 244 - color contains mainly: blue. Hex color #15F0F4 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #15F0F4 is #EA0F0B. Grayscale: #AEAEAE. Windows color (decimal): -15339276 or 16052245. OLE color: 16052245.

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

Color convert

RGB 21 240 244 -
CMYK 0.91 0.02 0 0.04
HSL 181.08º 0.91% 0.52% -
HSV(B) 181.08º 0.91% 0.96% -
XYZ 47.8 69.01 96.39 -
YUV 174.98 166.95 18.17 -
System Red Green Blue C M Y K H S L
Decimal 21 240 244 0.91 0.02 0 0.04 181.08 0.91 0.52
Hex 15 F0 F4 5B 2 0 4 B5 5B 34
Octal 25 360 364 133 2 0 4 265 133 64
Binary 10101 11110000 11110100 1011011 10 0 100 10110101 1011011 110100

Color Harmonies of #15F0F4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15F0F4

Black with #15F0F4

Text Example


Text Example

White with #15F0F4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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