#26D7E4

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

Shades of Bright Turquoise #26D7E4

Tints of Bright Turquoise #26D7E4

Color information

#26D7E4 (or 0x26D7E4) is unknown color: approx Bright Turquoise. HEX triplet: 26, D7 and E4. RGB value is (38,215,228). Sum of RGB (Red+Green+Blue) = 38+215+228=481 (63% of max value = 765). Red value is 38 (15.23% from 255 or 7.90% from 481); Green value is 215 (84.38% from 255 or 44.70% from 481); Blue value is 228 (89.45% from 255 or 47.40% from 481); Max value from RGB is 228 - color contains mainly: blue. Hex color #26D7E4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #26D7E4 is #D9281B. Grayscale: #A3A3A3. Windows color (decimal): -14231580 or 14997286. OLE color: 14997286.

HSL color Cylindrical-coordinate representation of color #26D7E4: hue angle of 184.11º degrees, saturation: 0.78, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #26D7E4 is Cyan = 0.83, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB38215228-
CMYK0.830.0600.11
HSL184.11º77.87%52.16%-
HSV(B)184.11º83.33%89.41%-
XYZ39.154.6181.88-
YUV163.56164.3638.44-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 7.90%
GREEN value IS 215 (84.38% from 255) = 44.70%
BLUE value IS 228 (89.45% from 255) = 47.40%
R=7.90%
G=44.70%
B=47.40%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal382152280.830.0600.11184.1177.8752.16
Hex26D7E45360Bb84e34
Octal46327344123601327011664
Binary1001101101011111100100101001111001011101110001001110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26D7E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(38,215,228); }

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

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

 a { background-color: rgb(38,215,228); }

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

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

 span { border-color: rgb(38,215,228); }

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