Html Css Color HEX #27DABC Turquoise

📋 copy color: '#27DABC'

red 39 ◦ green 218 ◦ blue 188

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

Shades of Turquoise #27DABC

Tints of Turquoise #27DABC

RGB

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

 GREEN value IS 218 (85.55% from 255) = 48.99%

 BLUE value IS 188 (73.83% from 255) = 42.25%

R = 8.76%
G = 48.99%
B = 42.25%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.14

 K value IS 0.15

RGB Variations

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

Color information

#27DABC (or 0x27DABC) is known color: Turquoise. HEX triplet: 27, DA and BC. RGB value is (39,218,188). Sum of RGB (Red+Green+Blue) = 39+218+188=445 (58% of max value = 765). Red value is 39 (15.62% from 255 or 8.76% from 445); Green value is 218 (85.55% from 255 or 48.99% from 445); Blue value is 188 (73.83% from 255 or 42.25% from 445); Max value from RGB is 218 - color contains mainly: green. Hex color #27DABC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #27DABC is #D82543. Grayscale: #A1A1A1. Windows color (decimal): -14165316 or 12376615. OLE color: 12376615.

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

Color convert

RGB 39 218 188 -
CMYK 0.82 0 0.14 0.15
HSL 169.94º 0.71% 0.5% -
HSV(B) 169.94º 0.82% 0.85% -
XYZ 34.99 54.2 56.2 -
YUV 161.06 143.2 40.94 -
System Red Green Blue C M Y K H S L
Decimal 39 218 188 0.82 0 0.14 0.15 169.94 0.71 0.5
Hex 27 DA BC 52 0 E F AA 47 32
Octal 47 332 274 122 0 16 17 252 107 62
Binary 100111 11011010 10111100 1010010 0 1110 1111 10101010 1000111 110010

Color Harmonies of #27DABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27DABC

Black with #27DABC

Text Example


Text Example

White with #27DABC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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