#27D8EA

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

Shades of Bright Turquoise #27D8EA

Tints of Bright Turquoise #27D8EA

Color information

#27D8EA (or 0x27D8EA) is unknown color: approx Bright Turquoise. HEX triplet: 27, D8 and EA. RGB value is (39,216,234). Sum of RGB (Red+Green+Blue) = 39+216+234=489 (64% of max value = 765). Red value is 39 (15.62% from 255 or 7.98% from 489); Green value is 216 (84.77% from 255 or 44.17% from 489); Blue value is 234 (91.80% from 255 or 47.85% from 489); Max value from RGB is 234 - color contains mainly: blue. Hex color #27D8EA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #27D8EA is #D82715. Grayscale: #A4A4A4. Windows color (decimal): -14165782 or 15390759. OLE color: 15390759.

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

Color convert

RGB39216234-
CMYK0.830.0800.08
HSL185.54º82.28%53.53%-
HSV(B)185.54º83.33%91.76%-
XYZ40.2455.4886.43-
YUV165.13166.8638.04-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 7.98%
GREEN value IS 216 (84.77% from 255) = 44.17%
BLUE value IS 234 (91.80% from 255) = 47.85%
R=7.98%
G=44.17%
B=47.85%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal392162340.830.0800.08185.5482.2853.53
Hex27D8EA53808ba5236
Octal473303521231001027212266
Binary10011111011000111010101010011100001000101110101010010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27D8EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #27D8EA; }

 p { color: rgb(39,216,234); }

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

<style>
 a { background-color: #27D8EA; }

 a { background-color: rgb(39,216,234); }

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

<style>
 span { border-color: #27D8EA; }

 span { border-color: rgb(39,216,234); }

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