Html Css Color HEX #15E3FA Bright Turquoise

📋 copy color: '#15E3FA'

red 21 ◦ green 227 ◦ blue 250

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

Shades of Bright Turquoise #15E3FA

Tints of Bright Turquoise #15E3FA

RGB

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

 GREEN value IS 227 (89.06% from 255) = 45.58%

 BLUE value IS 250 (98.05% from 255) = 50.2%

R = 4.22%
G = 45.58%
B = 50.2%

CMYK

 C value IS 0.92

 M value IS 0.09

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#15E3FA (or 0x15E3FA) is known color: Bright Turquoise. HEX triplet: 15, E3 and FA. RGB value is (21,227,250). Sum of RGB (Red+Green+Blue) = 21+227+250=498 (65% of max value = 765). Red value is 21 (8.59% from 255 or 4.22% from 498); Green value is 227 (89.06% from 255 or 45.58% from 498); Blue value is 250 (98.05% from 255 or 50.20% from 498); Max value from RGB is 250 - color contains mainly: blue. Hex color #15E3FA is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #15E3FA is #EA1C05. Grayscale: #A7A7A7. Windows color (decimal): -15342598 or 16442133. OLE color: 16442133.

HSL color Cylindrical-coordinate representation of color #15E3FA: hue angle of 186.03º degrees, saturation: 0.96, 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 #15E3FA is Cyan = 0.92, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 21 227 250 -
CMYK 0.92 0.09 0 0.02
HSL 186.03º 0.96% 0.53% -
HSV(B) 186.03º 0.92% 0.98% -
XYZ 45.03 62 100.04 -
YUV 168.03 174.25 23.13 -
System Red Green Blue C M Y K H S L
Decimal 21 227 250 0.92 0.09 0 0.02 186.03 0.96 0.53
Hex 15 E3 FA 5C 9 0 2 BA 60 35
Octal 25 343 372 134 11 0 2 272 140 65
Binary 10101 11100011 11111010 1011100 1001 0 10 10111010 1100000 110101

Color Harmonies of #15E3FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15E3FA

Black with #15E3FA

Text Example


Text Example

White with #15E3FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,227,250); }

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

background-color css

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

 a { background-color: rgb(21,227,250); }

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

border-color css

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

 span { border-color: rgb(21,227,250); }

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