Html Css Color HEX #15DECF Bright Turquoise

📋 copy color: '#15DECF'

red 21 ◦ green 222 ◦ blue 207

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

Shades of Bright Turquoise #15DECF

Tints of Bright Turquoise #15DECF

RGB

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

 GREEN value IS 222 (87.11% from 255) = 49.33%

 BLUE value IS 207 (81.25% from 255) = 46%

R = 4.67%
G = 49.33%
B = 46%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.07

 K value IS 0.13

RGB Variations

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

Color information

#15DECF (or 0x15DECF) is known color: Bright Turquoise. HEX triplet: 15, DE and CF. RGB value is (21,222,207). Sum of RGB (Red+Green+Blue) = 21+222+207=450 (59% of max value = 765). Red value is 21 (8.59% from 255 or 4.67% from 450); Green value is 222 (87.11% from 255 or 49.33% from 450); Blue value is 207 (81.25% from 255 or 46% from 450); Max value from RGB is 222 - color contains mainly: green. Hex color #15DECF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #15DECF is #EA2130. Grayscale: #A0A0A0. Windows color (decimal): -15343921 or 13622805. OLE color: 13622805.

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

Color convert

RGB 21 222 207 -
CMYK 0.91 0 0.07 0.13
HSL 175.52º 0.83% 0.48% -
HSV(B) 175.52º 0.91% 0.87% -
XYZ 37.69 56.91 68.03 -
YUV 160.19 154.41 28.72 -
System Red Green Blue C M Y K H S L
Decimal 21 222 207 0.91 0 0.07 0.13 175.52 0.83 0.48
Hex 15 DE CF 5B 0 7 D B0 53 30
Octal 25 336 317 133 0 7 15 260 123 60
Binary 10101 11011110 11001111 1011011 0 111 1101 10110000 1010011 110000

Color Harmonies of #15DECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15DECF

Black with #15DECF

Text Example


Text Example

White with #15DECF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,222,207); }

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

background-color css

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

 a { background-color: rgb(21,222,207); }

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

border-color css

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

 span { border-color: rgb(21,222,207); }

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