Html Css Color HEX #15E6F5 Bright Turquoise

📋 copy color: '#15E6F5'

red 21 ◦ green 230 ◦ blue 245

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

Shades of Bright Turquoise #15E6F5

Tints of Bright Turquoise #15E6F5

RGB

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

 GREEN value IS 230 (90.23% from 255) = 46.37%

 BLUE value IS 245 (96.09% from 255) = 49.4%

R = 4.23%
G = 46.37%
B = 49.4%

CMYK

 C value IS 0.91

 M value IS 0.06

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#15E6F5 (or 0x15E6F5) is known color: Bright Turquoise. HEX triplet: 15, E6 and F5. RGB value is (21,230,245). Sum of RGB (Red+Green+Blue) = 21+230+245=496 (65% of max value = 765). Red value is 21 (8.59% from 255 or 4.23% from 496); Green value is 230 (90.23% from 255 or 46.37% from 496); Blue value is 245 (96.09% from 255 or 49.40% from 496); Max value from RGB is 245 - color contains mainly: blue. Hex color #15E6F5 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #15E6F5 is #EA190A. Grayscale: #A8A8A8. Windows color (decimal): -15341835 or 16115221. OLE color: 16115221.

HSL color Cylindrical-coordinate representation of color #15E6F5: hue angle of 184.02º degrees, saturation: 0.92, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #15E6F5 is Cyan = 0.91, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 21 230 245 -
CMYK 0.91 0.06 0 0.04
HSL 184.02º 0.92% 0.52% -
HSV(B) 184.02º 0.91% 0.96% -
XYZ 45.09 63.35 96.24 -
YUV 169.22 170.76 22.28 -
System Red Green Blue C M Y K H S L
Decimal 21 230 245 0.91 0.06 0 0.04 184.02 0.92 0.52
Hex 15 E6 F5 5B 6 0 4 B8 5C 34
Octal 25 346 365 133 6 0 4 270 134 64
Binary 10101 11100110 11110101 1011011 110 0 100 10111000 1011100 110100

Color Harmonies of #15E6F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15E6F5

Black with #15E6F5

Text Example


Text Example

White with #15E6F5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,230,245); }

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

background-color css

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

 a { background-color: rgb(21,230,245); }

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

border-color css

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

 span { border-color: rgb(21,230,245); }

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