#26DFBB

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

Shades of Turquoise #26DFBB

Tints of Turquoise #26DFBB

Color information

#26DFBB (or 0x26DFBB) is unknown color: approx Turquoise. HEX triplet: 26, DF and BB. RGB value is (38,223,187). Sum of RGB (Red+Green+Blue) = 38+223+187=448 (59% of max value = 765). Red value is 38 (15.23% from 255 or 8.48% from 448); Green value is 223 (87.5% from 255 or 49.78% from 448); Blue value is 187 (73.44% from 255 or 41.74% from 448); Max value from RGB is 223 - color contains mainly: green. Hex color #26DFBB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #26DFBB is #D92044. Grayscale: #A3A3A3. Windows color (decimal): -14229573 or 12312358. OLE color: 12312358.

HSL color Cylindrical-coordinate representation of color #26DFBB: hue angle of 168.32º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #26DFBB is Cyan = 0.83, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.13.

Color convert

RGB38223187-
CMYK0.8300.160.13
HSL168.32º74.3%51.18%-
HSV(B)168.32º82.96%87.45%-
XYZ36.1656.7856.07-
YUV163.58141.2138.43-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 8.48%
GREEN value IS 223 (87.5% from 255) = 49.78%
BLUE value IS 187 (73.44% from 255) = 41.74%
R=8.48%
G=49.78%
B=41.74%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal382231870.8300.160.13168.3274.351.18
Hex26DFBB53010Da84a33
Octal463372731230201525011263
Binary100110110111111011101110100110100001101101010001001010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26DFBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(38,223,187); }

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

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

 a { background-color: rgb(38,223,187); }

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

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

 span { border-color: rgb(38,223,187); }

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