#26D7DB

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

Shades of Turquoise #26D7DB

Tints of Turquoise #26D7DB

Color information

#26D7DB (or 0x26D7DB) is unknown color: approx Turquoise. HEX triplet: 26, D7 and DB. RGB value is (38,215,219). Sum of RGB (Red+Green+Blue) = 38+215+219=472 (62% of max value = 765). Red value is 38 (15.23% from 255 or 8.05% from 472); Green value is 215 (84.38% from 255 or 45.55% from 472); Blue value is 219 (85.94% from 255 or 46.40% from 472); Max value from RGB is 219 - color contains mainly: blue. Hex color #26D7DB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #26D7DB is #D92824. Grayscale: #A2A2A2. Windows color (decimal): -14231589 or 14407462. OLE color: 14407462.

HSL color Cylindrical-coordinate representation of color #26D7DB: hue angle of 181.33º 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 #26D7DB is Cyan = 0.83, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB38215219-
CMYK0.830.0200.14
HSL181.33º71.54%50.39%-
HSV(B)181.33º82.65%85.88%-
XYZ37.8954.1375.47-
YUV162.53159.8639.17-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 8.05%
GREEN value IS 215 (84.38% from 255) = 45.55%
BLUE value IS 219 (85.94% from 255) = 46.40%
R=8.05%
G=45.55%
B=46.40%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal382152190.830.0200.14181.3371.5450.39
Hex26D7DB5320Eb54832
Octal46327333123201626511062
Binary100110110101111101101110100111001110101101011001000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26D7DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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