Html Css Color HEX #15E2EE Bright Turquoise

📋 copy color: '#15E2EE'

red 21 ◦ green 226 ◦ blue 238

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

Shades of Bright Turquoise #15E2EE

Tints of Bright Turquoise #15E2EE

RGB

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

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

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

R = 4.33%
G = 46.6%
B = 49.07%

CMYK

 C value IS 0.91

 M value IS 0.05

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#15E2EE (or 0x15E2EE) is known color: Bright Turquoise. HEX triplet: 15, E2 and EE. RGB value is (21,226,238). Sum of RGB (Red+Green+Blue) = 21+226+238=485 (64% of max value = 765). Red value is 21 (8.59% from 255 or 4.33% from 485); Green value is 226 (88.67% from 255 or 46.60% from 485); Blue value is 238 (93.36% from 255 or 49.07% from 485); Max value from RGB is 238 - color contains mainly: blue. Hex color #15E2EE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #15E2EE is #EA1D11. Grayscale: #A5A5A5. Windows color (decimal): -15342866 or 15655445. OLE color: 15655445.

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

Color convert

RGB 21 226 238 -
CMYK 0.91 0.05 0 0.07
HSL 183.32º 0.86% 0.51% -
HSV(B) 183.32º 0.91% 0.93% -
XYZ 42.94 60.73 90.35 -
YUV 166.07 168.58 24.52 -
System Red Green Blue C M Y K H S L
Decimal 21 226 238 0.91 0.05 0 0.07 183.32 0.86 0.51
Hex 15 E2 EE 5B 5 0 7 B7 56 33
Octal 25 342 356 133 5 0 7 267 126 63
Binary 10101 11100010 11101110 1011011 101 0 111 10110111 1010110 110011

Color Harmonies of #15E2EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15E2EE

Black with #15E2EE

Text Example


Text Example

White with #15E2EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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