#26D4EB

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

Shades of Bright Turquoise #26D4EB

Tints of Bright Turquoise #26D4EB

Color information

#26D4EB (or 0x26D4EB) is unknown color: approx Bright Turquoise. HEX triplet: 26, D4 and EB. RGB value is (38,212,235). Sum of RGB (Red+Green+Blue) = 38+212+235=485 (64% of max value = 765). Red value is 38 (15.23% from 255 or 7.84% from 485); Green value is 212 (83.20% from 255 or 43.71% from 485); Blue value is 235 (92.19% from 255 or 48.45% from 485); Max value from RGB is 235 - color contains mainly: blue. Hex color #26D4EB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #26D4EB is #D92B14. Grayscale: #A2A2A2. Windows color (decimal): -14232341 or 15455270. OLE color: 15455270.

HSL color Cylindrical-coordinate representation of color #26D4EB: hue angle of 187.01º degrees, saturation: 0.83, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #26D4EB is Cyan = 0.84, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB38212235-
CMYK0.840.1000.08
HSL187.01º83.12%53.53%-
HSV(B)187.01º83.83%92.16%-
XYZ39.3453.586.85-
YUV162.6168.8539.13-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 7.84%
GREEN value IS 212 (83.20% from 255) = 43.71%
BLUE value IS 235 (92.19% from 255) = 48.45%
R=7.84%
G=43.71%
B=48.45%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal382122350.840.1000.08187.0183.1253.53
Hex26D4EB54A08bb5336
Octal463243531241201027312366
Binary10011011010100111010111010100101001000101110111010011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26D4EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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