Html Css Color HEX #15DFE5 Bright Turquoise

📋 copy color: '#15DFE5'

red 21 ◦ green 223 ◦ blue 229

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

Shades of Bright Turquoise #15DFE5

Tints of Bright Turquoise #15DFE5

RGB

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

 GREEN value IS 223 (87.5% from 255) = 47.15%

 BLUE value IS 229 (89.84% from 255) = 48.41%

R = 4.44%
G = 47.15%
B = 48.41%

CMYK

 C value IS 0.91

 M value IS 0.03

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#15DFE5 (or 0x15DFE5) is known color: Bright Turquoise. HEX triplet: 15, DF and E5. RGB value is (21,223,229). Sum of RGB (Red+Green+Blue) = 21+223+229=473 (62% of max value = 765). Red value is 21 (8.59% from 255 or 4.44% from 473); Green value is 223 (87.5% from 255 or 47.15% from 473); Blue value is 229 (89.84% from 255 or 48.41% from 473); Max value from RGB is 229 - color contains mainly: blue. Hex color #15DFE5 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #15DFE5 is #EA201A. Grayscale: #A3A3A3. Windows color (decimal): -15343643 or 15064853. OLE color: 15064853.

HSL color Cylindrical-coordinate representation of color #15DFE5: hue angle of 181.73º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #15DFE5 is Cyan = 0.91, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 21 223 229 -
CMYK 0.91 0.03 0 0.10
HSL 181.73º 0.83% 0.49% -
HSV(B) 181.73º 0.91% 0.9% -
XYZ 40.84 58.59 83.29 -
YUV 163.29 165.08 26.51 -
System Red Green Blue C M Y K H S L
Decimal 21 223 229 0.91 0.03 0 0.10 181.73 0.83 0.49
Hex 15 DF E5 5B 3 0 A B6 53 31
Octal 25 337 345 133 3 0 12 266 123 61
Binary 10101 11011111 11100101 1011011 11 0 1010 10110110 1010011 110001

Color Harmonies of #15DFE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15DFE5

Black with #15DFE5

Text Example


Text Example

White with #15DFE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,223,229); }

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

background-color css

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

 a { background-color: rgb(21,223,229); }

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

border-color css

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

 span { border-color: rgb(21,223,229); }

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