Html Css Color HEX #15E6EE Bright Turquoise

📋 copy color: '#15E6EE'

red 21 ◦ green 230 ◦ blue 238

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

Shades of Bright Turquoise #15E6EE

Tints of Bright Turquoise #15E6EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 48.67%

R = 4.29%
G = 47.03%
B = 48.67%

CMYK

 C value IS 0.91

 M value IS 0.03

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#15E6EE (or 0x15E6EE) is known color: Bright Turquoise. HEX triplet: 15, E6 and EE. RGB value is (21,230,238). Sum of RGB (Red+Green+Blue) = 21+230+238=489 (64% of max value = 765). Red value is 21 (8.59% from 255 or 4.29% from 489); Green value is 230 (90.23% from 255 or 47.03% from 489); Blue value is 238 (93.36% from 255 or 48.67% from 489); Max value from RGB is 238 - color contains mainly: blue. Hex color #15E6EE is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #15E6EE is #EA1911. Grayscale: #A8A8A8. Windows color (decimal): -15341842 or 15656469. OLE color: 15656469.

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

Color convert

RGB 21 230 238 -
CMYK 0.91 0.03 0 0.07
HSL 182.21º 0.86% 0.51% -
HSV(B) 182.21º 0.91% 0.93% -
XYZ 44.04 62.93 90.71 -
YUV 168.42 167.26 22.85 -
System Red Green Blue C M Y K H S L
Decimal 21 230 238 0.91 0.03 0 0.07 182.21 0.86 0.51
Hex 15 E6 EE 5B 3 0 7 B6 56 33
Octal 25 346 356 133 3 0 7 266 126 63
Binary 10101 11100110 11101110 1011011 11 0 111 10110110 1010110 110011

Color Harmonies of #15E6EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15E6EE

Black with #15E6EE

Text Example


Text Example

White with #15E6EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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