Html Css Color HEX #15E2F7 Bright Turquoise

📋 copy color: '#15E2F7'

red 21 ◦ green 226 ◦ blue 247

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

Shades of Bright Turquoise #15E2F7

Tints of Bright Turquoise #15E2F7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 50%

R = 4.25%
G = 45.75%
B = 50%

CMYK

 C value IS 0.91

 M value IS 0.09

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#15E2F7 (or 0x15E2F7) is known color: Bright Turquoise. HEX triplet: 15, E2 and F7. RGB value is (21,226,247). Sum of RGB (Red+Green+Blue) = 21+226+247=494 (65% of max value = 765). Red value is 21 (8.59% from 255 or 4.25% from 494); Green value is 226 (88.67% from 255 or 45.75% from 494); Blue value is 247 (96.88% from 255 or 50% from 494); Max value from RGB is 247 - color contains mainly: blue. Hex color #15E2F7 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #15E2F7 is #EA1D08. Grayscale: #A6A6A6. Windows color (decimal): -15342857 or 16245269. OLE color: 16245269.

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

Color convert

RGB 21 226 247 -
CMYK 0.91 0.09 0 0.03
HSL 185.58º 0.93% 0.53% -
HSV(B) 185.58º 0.91% 0.97% -
XYZ 44.29 61.27 97.49 -
YUV 167.1 173.08 23.79 -
System Red Green Blue C M Y K H S L
Decimal 21 226 247 0.91 0.09 0 0.03 185.58 0.93 0.53
Hex 15 E2 F7 5B 9 0 3 BA 5D 35
Octal 25 342 367 133 11 0 3 272 135 65
Binary 10101 11100010 11110111 1011011 1001 0 11 10111010 1011101 110101

Color Harmonies of #15E2F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15E2F7

Black with #15E2F7

Text Example


Text Example

White with #15E2F7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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