#26D3EB

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

Shades of Bright Turquoise #26D3EB

Tints of Bright Turquoise #26D3EB

Color information

#26D3EB (or 0x26D3EB) is unknown color: approx Bright Turquoise. HEX triplet: 26, D3 and EB. RGB value is (38,211,235). Sum of RGB (Red+Green+Blue) = 38+211+235=484 (64% of max value = 765). Red value is 38 (15.23% from 255 or 7.85% from 484); Green value is 211 (82.81% from 255 or 43.60% from 484); Blue value is 235 (92.19% from 255 or 48.55% from 484); Max value from RGB is 235 - color contains mainly: blue. Hex color #26D3EB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #26D3EB is #D92C14. Grayscale: #A1A1A1. Windows color (decimal): -14232597 or 15455014. OLE color: 15455014.

HSL color Cylindrical-coordinate representation of color #26D3EB: hue angle of 187.31º 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 #26D3EB is Cyan = 0.84, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB38211235-
CMYK0.840.1000.08
HSL187.31º83.12%53.53%-
HSV(B)187.31º83.83%92.16%-
XYZ39.095386.77-
YUV162.01169.1939.55-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 7.85%
GREEN value IS 211 (82.81% from 255) = 43.60%
BLUE value IS 235 (92.19% from 255) = 48.55%
R=7.85%
G=43.60%
B=48.55%

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
Decimal382112350.840.1000.08187.3183.1253.53
Hex26D3EB54A08bb5336
Octal463233531241201027312366
Binary10011011010011111010111010100101001000101110111010011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26D3EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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