#27D7EA

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

Shades of Bright Turquoise #27D7EA

Tints of Bright Turquoise #27D7EA

Color information

#27D7EA (or 0x27D7EA) is unknown color: approx Bright Turquoise. HEX triplet: 27, D7 and EA. RGB value is (39,215,234). Sum of RGB (Red+Green+Blue) = 39+215+234=488 (64% of max value = 765). Red value is 39 (15.62% from 255 or 7.99% from 488); Green value is 215 (84.38% from 255 or 44.06% from 488); Blue value is 234 (91.80% from 255 or 47.95% from 488); Max value from RGB is 234 - color contains mainly: blue. Hex color #27D7EA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #27D7EA is #D82815. Grayscale: #A4A4A4. Windows color (decimal): -14166038 or 15390503. OLE color: 15390503.

HSL color Cylindrical-coordinate representation of color #27D7EA: hue angle of 185.85º 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 #27D7EA is Cyan = 0.83, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB39215234-
CMYK0.830.0800.08
HSL185.85º82.28%53.53%-
HSV(B)185.85º83.33%91.76%-
XYZ39.9954.9786.35-
YUV164.54167.1938.46-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 7.99%
GREEN value IS 215 (84.38% from 255) = 44.06%
BLUE value IS 234 (91.80% from 255) = 47.95%
R=7.99%
G=44.06%
B=47.95%

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
Decimal392152340.830.0800.08185.8582.2853.53
Hex27D7EA53808ba5236
Octal473273521231001027212266
Binary10011111010111111010101010011100001000101110101010010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27D7EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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