#27DFCB

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

Shades of Turquoise #27DFCB

Tints of Turquoise #27DFCB

Color information

#27DFCB (or 0x27DFCB) is unknown color: approx Turquoise. HEX triplet: 27, DF and CB. RGB value is (39,223,203). Sum of RGB (Red+Green+Blue) = 39+223+203=465 (61% of max value = 765). Red value is 39 (15.62% from 255 or 8.39% from 465); Green value is 223 (87.5% from 255 or 47.96% from 465); Blue value is 203 (79.69% from 255 or 43.66% from 465); Max value from RGB is 223 - color contains mainly: green. Hex color #27DFCB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #27DFCB is #D82034. Grayscale: #A5A5A5. Windows color (decimal): -14164021 or 13360935. OLE color: 13360935.

HSL color Cylindrical-coordinate representation of color #27DFCB: hue angle of 173.48º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #27DFCB is Cyan = 0.83, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.

Color convert

RGB39223203-
CMYK0.8300.090.13
HSL173.48º74.19%51.37%-
HSV(B)173.48º82.51%87.45%-
XYZ3857.5265.6-
YUV165.7149.0437.63-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 8.39%
GREEN value IS 223 (87.5% from 255) = 47.96%
BLUE value IS 203 (79.69% from 255) = 43.66%
R=8.39%
G=47.96%
B=43.66%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal392232030.8300.090.13173.4874.1951.37
Hex27DFCB5309Dad4a33
Octal473373131230111525511263
Binary10011111011111110010111010011010011101101011011001010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27DFCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(39,223,203); }

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

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

 a { background-color: rgb(39,223,203); }

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

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

 span { border-color: rgb(39,223,203); }

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