Html Css Color HEX #15E2FB Bright Turquoise

📋 copy color: '#15E2FB'

red 21 ◦ green 226 ◦ blue 251

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

Shades of Bright Turquoise #15E2FB

Tints of Bright Turquoise #15E2FB

RGB

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

 GREEN value IS 226 (88.67% from 255) = 45.38%

 BLUE value IS 251 (98.44% from 255) = 50.4%

R = 4.22%
G = 45.38%
B = 50.4%

CMYK

 C value IS 0.92

 M value IS 0.10

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#15E2FB (or 0x15E2FB) is known color: Bright Turquoise. HEX triplet: 15, E2 and FB. RGB value is (21,226,251). Sum of RGB (Red+Green+Blue) = 21+226+251=498 (65% of max value = 765). Red value is 21 (8.59% from 255 or 4.22% from 498); Green value is 226 (88.67% from 255 or 45.38% from 498); Blue value is 251 (98.44% from 255 or 50.40% from 498); Max value from RGB is 251 - color contains mainly: blue. Hex color #15E2FB is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #15E2FB is #EA1D04. Grayscale: #A7A7A7. Windows color (decimal): -15342853 or 16507413. OLE color: 16507413.

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

Color convert

RGB 21 226 251 -
CMYK 0.92 0.10 0 0.02
HSL 186.52º 0.97% 0.53% -
HSV(B) 186.52º 0.92% 0.98% -
XYZ 44.92 61.52 100.77 -
YUV 167.56 175.08 23.47 -
System Red Green Blue C M Y K H S L
Decimal 21 226 251 0.92 0.10 0 0.02 186.52 0.97 0.53
Hex 15 E2 FB 5C A 0 2 BB 61 35
Octal 25 342 373 134 12 0 2 273 141 65
Binary 10101 11100010 11111011 1011100 1010 0 10 10111011 1100001 110101

Color Harmonies of #15E2FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15E2FB

Black with #15E2FB

Text Example


Text Example

White with #15E2FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,226,251); }

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

background-color css

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

 a { background-color: rgb(21,226,251); }

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

border-color css

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

 span { border-color: rgb(21,226,251); }

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