Html Css Color HEX #15D5F1 Bright Turquoise

📋 copy color: '#15D5F1'

red 21 ◦ green 213 ◦ blue 241

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

Shades of Bright Turquoise #15D5F1

Tints of Bright Turquoise #15D5F1

RGB

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

 GREEN value IS 213 (83.59% from 255) = 44.84%

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

R = 4.42%
G = 44.84%
B = 50.74%

CMYK

 C value IS 0.91

 M value IS 0.12

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#15D5F1 (or 0x15D5F1) is known color: Bright Turquoise. HEX triplet: 15, D5 and F1. RGB value is (21,213,241). Sum of RGB (Red+Green+Blue) = 21+213+241=475 (62% of max value = 765). Red value is 21 (8.59% from 255 or 4.42% from 475); Green value is 213 (83.59% from 255 or 44.84% from 475); Blue value is 241 (94.53% from 255 or 50.74% from 475); Max value from RGB is 241 - color contains mainly: blue. Hex color #15D5F1 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #15D5F1 is #EA2A0E. Grayscale: #9E9E9E. Windows color (decimal): -15346191 or 15848725. OLE color: 15848725.

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

Color convert

RGB 21 213 241 -
CMYK 0.91 0.12 0 0.05
HSL 187.64º 0.89% 0.51% -
HSV(B) 187.64º 0.91% 0.95% -
XYZ 39.98 54.1 91.55 -
YUV 158.78 174.39 29.72 -
System Red Green Blue C M Y K H S L
Decimal 21 213 241 0.91 0.12 0 0.05 187.64 0.89 0.51
Hex 15 D5 F1 5B C 0 5 BC 59 33
Octal 25 325 361 133 14 0 5 274 131 63
Binary 10101 11010101 11110001 1011011 1100 0 101 10111100 1011001 110011

Color Harmonies of #15D5F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15D5F1

Black with #15D5F1

Text Example


Text Example

White with #15D5F1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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