Html Css Color HEX #27DCBA Turquoise

📋 copy color: '#27DCBA'

red 39 ◦ green 220 ◦ blue 186

#27DCBA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Turquoise #27DCBA

Tints of Turquoise #27DCBA

RGB

 RED value IS 39 (15.63% from 255) = 8.76%

 GREEN value IS 220 (86.33% from 255) = 49.44%

 BLUE value IS 186 (73.05% from 255) = 41.8%

R = 8.76%
G = 49.44%
B = 41.8%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.15

 K value IS 0.14

RGB Variations

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

Color information

#27DCBA (or 0x27DCBA) is known color: Turquoise. HEX triplet: 27, DC and BA. RGB value is (39,220,186). Sum of RGB (Red+Green+Blue) = 39+220+186=445 (58% of max value = 765). Red value is 39 (15.62% from 255 or 8.76% from 445); Green value is 220 (86.33% from 255 or 49.44% from 445); Blue value is 186 (73.05% from 255 or 41.80% from 445); Max value from RGB is 220 - color contains mainly: green. Hex color #27DCBA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #27DCBA is #D82345. Grayscale: #A1A1A1. Windows color (decimal): -14164806 or 12246055. OLE color: 12246055.

HSL color Cylindrical-coordinate representation of color #27DCBA: hue angle of 168.73º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #27DCBA is Cyan = 0.82, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.14.

Color convert

RGB 39 220 186 -
CMYK 0.82 0 0.15 0.14
HSL 168.73º 0.72% 0.51% -
HSV(B) 168.73º 0.82% 0.86% -
XYZ 35.29 55.16 55.24 -
YUV 162.01 141.53 40.26 -
System Red Green Blue C M Y K H S L
Decimal 39 220 186 0.82 0 0.15 0.14 168.73 0.72 0.51
Hex 27 DC BA 52 0 F E A9 48 33
Octal 47 334 272 122 0 17 16 251 110 63
Binary 100111 11011100 10111010 1010010 0 1111 1110 10101001 1001000 110011

Color Harmonies of #27DCBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27DCBA

Black with #27DCBA

Text Example


Text Example

White with #27DCBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(39,220,186); }

 H1.HeaderClassName
 {
   color: #27DCBA;
 }
 .AnyTagClassName
 {
   color: #27DCBA;
 }
</style>

background-color css

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

 a { background-color: rgb(39,220,186); }

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

border-color css

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

 span { border-color: rgb(39,220,186); }

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