Html Css Color HEX #15E9F8 Bright Turquoise

📋 copy color: '#15E9F8'

red 21 ◦ green 233 ◦ blue 248

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

Shades of Bright Turquoise #15E9F8

Tints of Bright Turquoise #15E9F8

RGB

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

 GREEN value IS 233 (91.41% from 255) = 46.41%

 BLUE value IS 248 (97.27% from 255) = 49.4%

R = 4.18%
G = 46.41%
B = 49.4%

CMYK

 C value IS 0.92

 M value IS 0.06

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#15E9F8 (or 0x15E9F8) is known color: Bright Turquoise. HEX triplet: 15, E9 and F8. RGB value is (21,233,248). Sum of RGB (Red+Green+Blue) = 21+233+248=502 (66% of max value = 765). Red value is 21 (8.59% from 255 or 4.18% from 502); Green value is 233 (91.41% from 255 or 46.41% from 502); Blue value is 248 (97.27% from 255 or 49.40% from 502); Max value from RGB is 248 - color contains mainly: blue. Hex color #15E9F8 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #15E9F8 is #EA1607. Grayscale: #ABABAB. Windows color (decimal): -15341064 or 16312597. OLE color: 16312597.

HSL color Cylindrical-coordinate representation of color #15E9F8: hue angle of 183.96º degrees, saturation: 0.94, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #15E9F8 is Cyan = 0.92, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 21 233 248 -
CMYK 0.92 0.06 0 0.03
HSL 183.96º 0.94% 0.53% -
HSV(B) 183.96º 0.92% 0.97% -
XYZ 46.39 65.21 98.95 -
YUV 171.32 171.26 20.78 -
System Red Green Blue C M Y K H S L
Decimal 21 233 248 0.92 0.06 0 0.03 183.96 0.94 0.53
Hex 15 E9 F8 5C 6 0 3 B8 5E 35
Octal 25 351 370 134 6 0 3 270 136 65
Binary 10101 11101001 11111000 1011100 110 0 11 10111000 1011110 110101

Color Harmonies of #15E9F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15E9F8

Black with #15E9F8

Text Example


Text Example

White with #15E9F8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,233,248); }

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

background-color css

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

 a { background-color: rgb(21,233,248); }

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

border-color css

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

 span { border-color: rgb(21,233,248); }

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