Html Css Color HEX #15E3FC Bright Turquoise

📋 copy color: '#15E3FC'

red 21 ◦ green 227 ◦ blue 252

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

Shades of Bright Turquoise #15E3FC

Tints of Bright Turquoise #15E3FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 50.4%

R = 4.2%
G = 45.4%
B = 50.4%

CMYK

 C value IS 0.92

 M value IS 0.10

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#15E3FC (or 0x15E3FC) is known color: Bright Turquoise. HEX triplet: 15, E3 and FC. RGB value is (21,227,252). Sum of RGB (Red+Green+Blue) = 21+227+252=500 (66% of max value = 765). Red value is 21 (8.59% from 255 or 4.2% from 500); Green value is 227 (89.06% from 255 or 45.4% from 500); Blue value is 252 (98.83% from 255 or 50.4% from 500); Max value from RGB is 252 - color contains mainly: blue. Hex color #15E3FC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #15E3FC is #EA1C03. Grayscale: #A7A7A7. Windows color (decimal): -15342596 or 16573205. OLE color: 16573205.

HSL color Cylindrical-coordinate representation of color #15E3FC: hue angle of 186.49º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #15E3FC is Cyan = 0.92, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 21 227 252 -
CMYK 0.92 0.10 0 0.01
HSL 186.49º 0.97% 0.54% -
HSV(B) 186.49º 0.92% 0.99% -
XYZ 45.35 62.13 101.7 -
YUV 168.26 175.25 22.97 -
System Red Green Blue C M Y K H S L
Decimal 21 227 252 0.92 0.10 0 0.01 186.49 0.97 0.54
Hex 15 E3 FC 5C A 0 1 BA 61 36
Octal 25 343 374 134 12 0 1 272 141 66
Binary 10101 11100011 11111100 1011100 1010 0 1 10111010 1100001 110110

Color Harmonies of #15E3FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15E3FC

Black with #15E3FC

Text Example


Text Example

White with #15E3FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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