Html Css Color HEX #15E3D4 Bright Turquoise

📋 copy color: '#15E3D4'

red 21 ◦ green 227 ◦ blue 212

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

Shades of Bright Turquoise #15E3D4

Tints of Bright Turquoise #15E3D4

RGB

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

 GREEN value IS 227 (89.06% from 255) = 49.35%

 BLUE value IS 212 (83.2% from 255) = 46.09%

R = 4.57%
G = 49.35%
B = 46.09%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.07

 K value IS 0.11

RGB Variations

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

Color information

#15E3D4 (or 0x15E3D4) is known color: Bright Turquoise. HEX triplet: 15, E3 and D4. RGB value is (21,227,212). Sum of RGB (Red+Green+Blue) = 21+227+212=460 (60% of max value = 765). Red value is 21 (8.59% from 255 or 4.57% from 460); Green value is 227 (89.06% from 255 or 49.35% from 460); Blue value is 212 (83.20% from 255 or 46.09% from 460); Max value from RGB is 227 - color contains mainly: green. Hex color #15E3D4 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #15E3D4 is #EA1C2B. Grayscale: #A3A3A3. Windows color (decimal): -15342636 or 13951765. OLE color: 13951765.

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

Color convert

RGB 21 227 212 -
CMYK 0.91 0 0.07 0.11
HSL 175.63º 0.83% 0.49% -
HSV(B) 175.63º 0.91% 0.89% -
XYZ 39.66 59.85 71.75 -
YUV 163.7 155.25 26.22 -
System Red Green Blue C M Y K H S L
Decimal 21 227 212 0.91 0 0.07 0.11 175.63 0.83 0.49
Hex 15 E3 D4 5B 0 7 B B0 53 31
Octal 25 343 324 133 0 7 13 260 123 61
Binary 10101 11100011 11010100 1011011 0 111 1011 10110000 1010011 110001

Color Harmonies of #15E3D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15E3D4

Black with #15E3D4

Text Example


Text Example

White with #15E3D4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,227,212); }

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

background-color css

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

 a { background-color: rgb(21,227,212); }

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

border-color css

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

 span { border-color: rgb(21,227,212); }

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