#26F7D2

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

Shades of Turquoise #26F7D2

Tints of Turquoise #26F7D2

Color information

#26F7D2 (or 0x26F7D2) is unknown color: approx Turquoise. HEX triplet: 26, F7 and D2. RGB value is (38,247,210). Sum of RGB (Red+Green+Blue) = 38+247+210=495 (65% of max value = 765). Red value is 38 (15.23% from 255 or 7.68% from 495); Green value is 247 (96.88% from 255 or 49.90% from 495); Blue value is 210 (82.42% from 255 or 42.42% from 495); Max value from RGB is 247 - color contains mainly: green. Hex color #26F7D2 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #26F7D2 is #D9082D. Grayscale: #B4B4B4. Windows color (decimal): -14223406 or 13825830. OLE color: 13825830.

HSL color Cylindrical-coordinate representation of color #26F7D2: hue angle of 169.38º degrees, saturation: 0.93, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #26F7D2 is Cyan = 0.85, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.03.

Color convert

RGB38247210-
CMYK0.8500.150.03
HSL169.38º92.89%55.88%-
HSV(B)169.38º84.62%96.86%-
XYZ45.6971.5972.38-
YUV180.29144.7626.51-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 7.68%
GREEN value IS 247 (96.88% from 255) = 49.90%
BLUE value IS 210 (82.42% from 255) = 42.42%
R=7.68%
G=49.90%
B=42.42%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal382472100.8500.150.03169.3892.8955.88
Hex26F7D2550F3a95d38
Octal46367322125017325113570
Binary100110111101111101001010101010111111101010011011101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26F7D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(38,247,210); }

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

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

 a { background-color: rgb(38,247,210); }

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

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

 span { border-color: rgb(38,247,210); }

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