#26D4DD

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

Shades of Turquoise #26D4DD

Tints of Turquoise #26D4DD

Color information

#26D4DD (or 0x26D4DD) is unknown color: approx Turquoise. HEX triplet: 26, D4 and DD. RGB value is (38,212,221). Sum of RGB (Red+Green+Blue) = 38+212+221=471 (62% of max value = 765). Red value is 38 (15.23% from 255 or 8.07% from 471); Green value is 212 (83.20% from 255 or 45.01% from 471); Blue value is 221 (86.72% from 255 or 46.92% from 471); Max value from RGB is 221 - color contains mainly: blue. Hex color #26D4DD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #26D4DD is #D92B22. Grayscale: #A0A0A0. Windows color (decimal): -14232355 or 14537766. OLE color: 14537766.

HSL color Cylindrical-coordinate representation of color #26D4DD: hue angle of 182.95º degrees, saturation: 0.73, 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 #26D4DD is Cyan = 0.83, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB38212221-
CMYK0.830.0400.13
HSL182.95º72.91%50.78%-
HSV(B)182.95º82.81%86.67%-
XYZ37.3952.7276.61-
YUV161161.8540.27-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 8.07%
GREEN value IS 212 (83.20% from 255) = 45.01%
BLUE value IS 221 (86.72% from 255) = 46.92%
R=8.07%
G=45.01%
B=46.92%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal382122210.830.0400.13182.9572.9150.78
Hex26D4DD5340Db74933
Octal46324335123401526711163
Binary1001101101010011011101101001110001101101101111001001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26D4DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(38,212,221); }

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

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

 a { background-color: rgb(38,212,221); }

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

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

 span { border-color: rgb(38,212,221); }

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