#27DAF6

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

Shades of Bright Turquoise #27DAF6

Tints of Bright Turquoise #27DAF6

Color information

#27DAF6 (or 0x27DAF6) is unknown color: approx Bright Turquoise. HEX triplet: 27, DA and F6. RGB value is (39,218,246). Sum of RGB (Red+Green+Blue) = 39+218+246=503 (66% of max value = 765). Red value is 39 (15.62% from 255 or 7.75% from 503); Green value is 218 (85.55% from 255 or 43.34% from 503); Blue value is 246 (96.48% from 255 or 48.91% from 503); Max value from RGB is 246 - color contains mainly: blue. Hex color #27DAF6 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #27DAF6 is #D82509. Grayscale: #A7A7A7. Windows color (decimal): -14165258 or 16177703. OLE color: 16177703.

HSL color Cylindrical-coordinate representation of color #27DAF6: hue angle of 188.12º degrees, saturation: 0.92, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #27DAF6 is Cyan = 0.84, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB39218246-
CMYK0.840.1100.04
HSL188.12º92%55.88%-
HSV(B)188.12º84.15%96.47%-
XYZ42.5457.2395.99-
YUV167.67172.236.22-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 7.75%
GREEN value IS 218 (85.55% from 255) = 43.34%
BLUE value IS 246 (96.48% from 255) = 48.91%
R=7.75%
G=43.34%
B=48.91%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal392182460.840.1100.04188.129255.88
Hex27DAF654B04bc5c38
Octal47332366124130427413470
Binary1001111101101011110110101010010110100101111001011100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27DAF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(39,218,246); }

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

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

 a { background-color: rgb(39,218,246); }

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

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

 span { border-color: rgb(39,218,246); }

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