#26D8DB

Color #26D8DB Turquoise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turquoise #26D8DB

Tints of Turquoise #26D8DB

Color information

#26D8DB (or 0x26D8DB) is unknown color: approx Turquoise. HEX triplet: 26, D8 and DB. RGB value is (38,216,219). Sum of RGB (Red+Green+Blue) = 38+216+219=473 (62% of max value = 765). Red value is 38 (15.23% from 255 or 8.03% from 473); Green value is 216 (84.77% from 255 or 45.67% from 473); Blue value is 219 (85.94% from 255 or 46.30% from 473); Max value from RGB is 219 - color contains mainly: blue. Hex color #26D8DB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #26D8DB is #D92724. Grayscale: #A2A2A2. Windows color (decimal): -14231333 or 14407718. OLE color: 14407718.

HSL color Cylindrical-coordinate representation of color #26D8DB: hue angle of 180.99º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #26D8DB is Cyan = 0.83, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB38216219-
CMYK0.830.0100.14
HSL180.99º71.54%50.39%-
HSV(B)180.99º82.65%85.88%-
XYZ38.1454.6475.55-
YUV163.12159.5338.76-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 8.03%
GREEN value IS 216 (84.77% from 255) = 45.67%
BLUE value IS 219 (85.94% from 255) = 46.30%
R=8.03%
G=45.67%
B=46.30%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal382162190.830.0100.14180.9971.5450.39
Hex26D8DB5310Eb54832
Octal46330333123101626511062
Binary10011011011000110110111010011101110101101011001000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26D8DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #26D8DB; }

 p { color: rgb(38,216,219); }

 H1.HeaderClassName
 {
   color: #26D8DB;
 }
 .AnyTagClassName
 {
   color: #26D8DB;
 }
</style>
background-color css

<style>
 a { background-color: #26D8DB; }

 a { background-color: rgb(38,216,219); }

 div.DivClassName
 {
   background-color: #26D8DB;
 }
 .BgClassName
 {
   background-color: #26D8DB;
 }
</style>
border-color css

<style>
 span { border-color: #26D8DB; }

 span { border-color: rgb(38,216,219); }

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