Html Css Color HEX #15F9EE Bright Turquoise

📋 copy color: '#15F9EE'

red 21 ◦ green 249 ◦ blue 238

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

Shades of Bright Turquoise #15F9EE

Tints of Bright Turquoise #15F9EE

RGB

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

 GREEN value IS 249 (97.66% from 255) = 49.02%

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

R = 4.13%
G = 49.02%
B = 46.85%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.04

 K value IS 0.02

RGB Variations

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

Color information

#15F9EE (or 0x15F9EE) is known color: Bright Turquoise. HEX triplet: 15, F9 and EE. RGB value is (21,249,238). Sum of RGB (Red+Green+Blue) = 21+249+238=508 (67% of max value = 765). Red value is 21 (8.59% from 255 or 4.13% from 508); Green value is 249 (97.66% from 255 or 49.02% from 508); Blue value is 238 (93.36% from 255 or 46.85% from 508); Max value from RGB is 249 - color contains mainly: green. Hex color #15F9EE is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #15F9EE is #EA0611. Grayscale: #B3B3B3. Windows color (decimal): -15336978 or 15661333. OLE color: 15661333.

HSL color Cylindrical-coordinate representation of color #15F9EE: hue angle of 177.11º degrees, saturation: 0.95, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #15F9EE is Cyan = 0.92, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.02.

Color convert

RGB 21 249 238 -
CMYK 0.92 0 0.04 0.02
HSL 177.11º 0.95% 0.53% -
HSV(B) 177.11º 0.92% 0.98% -
XYZ 49.62 74.08 92.57 -
YUV 179.57 160.96 14.89 -
System Red Green Blue C M Y K H S L
Decimal 21 249 238 0.92 0 0.04 0.02 177.11 0.95 0.53
Hex 15 F9 EE 5C 0 4 2 B1 5F 35
Octal 25 371 356 134 0 4 2 261 137 65
Binary 10101 11111001 11101110 1011100 0 100 10 10110001 1011111 110101

Color Harmonies of #15F9EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15F9EE

Black with #15F9EE

Text Example


Text Example

White with #15F9EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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