Html Css Color HEX #15DBCF Bright Turquoise

📋 copy color: '#15DBCF'

red 21 ◦ green 219 ◦ blue 207

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

Shades of Bright Turquoise #15DBCF

Tints of Bright Turquoise #15DBCF

RGB

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

 GREEN value IS 219 (85.94% from 255) = 48.99%

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

R = 4.7%
G = 48.99%
B = 46.31%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.05

 K value IS 0.14

RGB Variations

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

Color information

#15DBCF (or 0x15DBCF) is known color: Bright Turquoise. HEX triplet: 15, DB and CF. RGB value is (21,219,207). Sum of RGB (Red+Green+Blue) = 21+219+207=447 (59% of max value = 765). Red value is 21 (8.59% from 255 or 4.70% from 447); Green value is 219 (85.94% from 255 or 48.99% from 447); Blue value is 207 (81.25% from 255 or 46.31% from 447); Max value from RGB is 219 - color contains mainly: green. Hex color #15DBCF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #15DBCF is #EA2430. Grayscale: #9E9E9E. Windows color (decimal): -15344689 or 13622037. OLE color: 13622037.

HSL color Cylindrical-coordinate representation of color #15DBCF: hue angle of 176.36º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #15DBCF is Cyan = 0.90, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.14.

Color convert

RGB 21 219 207 -
CMYK 0.90 0 0.05 0.14
HSL 176.36º 0.83% 0.47% -
HSV(B) 176.36º 0.9% 0.86% -
XYZ 36.9 55.33 67.77 -
YUV 158.43 155.4 29.98 -
System Red Green Blue C M Y K H S L
Decimal 21 219 207 0.90 0 0.05 0.14 176.36 0.83 0.47
Hex 15 DB CF 5A 0 5 E B0 52 2F
Octal 25 333 317 132 0 5 16 260 122 57
Binary 10101 11011011 11001111 1011010 0 101 1110 10110000 1010010 101111

Color Harmonies of #15DBCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15DBCF

Black with #15DBCF

Text Example


Text Example

White with #15DBCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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