Html Css Color HEX #15E9EE Bright Turquoise

📋 copy color: '#15E9EE'

red 21 ◦ green 233 ◦ blue 238

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

Shades of Bright Turquoise #15E9EE

Tints of Bright Turquoise #15E9EE

RGB

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

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

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

R = 4.27%
G = 47.36%
B = 48.37%

CMYK

 C value IS 0.91

 M value IS 0.02

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#15E9EE (or 0x15E9EE) is known color: Bright Turquoise. HEX triplet: 15, E9 and EE. RGB value is (21,233,238). Sum of RGB (Red+Green+Blue) = 21+233+238=492 (65% of max value = 765). Red value is 21 (8.59% from 255 or 4.27% from 492); Green value is 233 (91.41% from 255 or 47.36% from 492); Blue value is 238 (93.36% from 255 or 48.37% from 492); Max value from RGB is 238 - color contains mainly: blue. Hex color #15E9EE is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #15E9EE is #EA1611. Grayscale: #A9A9A9. Windows color (decimal): -15341074 or 15657237. OLE color: 15657237.

HSL color Cylindrical-coordinate representation of color #15E9EE: hue angle of 181.38º 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 #15E9EE is Cyan = 0.91, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 21 233 238 -
CMYK 0.91 0.02 0 0.07
HSL 181.38º 0.86% 0.51% -
HSV(B) 181.38º 0.91% 0.93% -
XYZ 44.88 64.61 90.99 -
YUV 170.18 166.26 21.59 -
System Red Green Blue C M Y K H S L
Decimal 21 233 238 0.91 0.02 0 0.07 181.38 0.86 0.51
Hex 15 E9 EE 5B 2 0 7 B5 56 33
Octal 25 351 356 133 2 0 7 265 126 63
Binary 10101 11101001 11101110 1011011 10 0 111 10110101 1010110 110011

Color Harmonies of #15E9EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15E9EE

Black with #15E9EE

Text Example


Text Example

White with #15E9EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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