Html Css Color HEX #15E9F1 Bright Turquoise

📋 copy color: '#15E9F1'

red 21 ◦ green 233 ◦ blue 241

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

Shades of Bright Turquoise #15E9F1

Tints of Bright Turquoise #15E9F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 48.69%

R = 4.24%
G = 47.07%
B = 48.69%

CMYK

 C value IS 0.91

 M value IS 0.03

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#15E9F1 (or 0x15E9F1) is known color: Bright Turquoise. HEX triplet: 15, E9 and F1. RGB value is (21,233,241). Sum of RGB (Red+Green+Blue) = 21+233+241=495 (65% of max value = 765). Red value is 21 (8.59% from 255 or 4.24% from 495); Green value is 233 (91.41% from 255 or 47.07% from 495); Blue value is 241 (94.53% from 255 or 48.69% from 495); Max value from RGB is 241 - color contains mainly: blue. Hex color #15E9F1 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #15E9F1 is #EA160E. Grayscale: #AAAAAA. Windows color (decimal): -15341071 or 15853845. OLE color: 15853845.

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

Color convert

RGB 21 233 241 -
CMYK 0.91 0.03 0 0.05
HSL 182.18º 0.89% 0.51% -
HSV(B) 182.18º 0.91% 0.95% -
XYZ 45.33 64.79 93.34 -
YUV 170.52 167.76 21.35 -
System Red Green Blue C M Y K H S L
Decimal 21 233 241 0.91 0.03 0 0.05 182.18 0.89 0.51
Hex 15 E9 F1 5B 3 0 5 B6 59 33
Octal 25 351 361 133 3 0 5 266 131 63
Binary 10101 11101001 11110001 1011011 11 0 101 10110110 1011001 110011

Color Harmonies of #15E9F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15E9F1

Black with #15E9F1

Text Example


Text Example

White with #15E9F1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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