Html Css Color HEX #27D6DC Turquoise

📋 copy color: '#27D6DC'

red 39 ◦ green 214 ◦ blue 220

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

Shades of Turquoise #27D6DC

Tints of Turquoise #27D6DC

RGB

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

 GREEN value IS 214 (83.98% from 255) = 45.24%

 BLUE value IS 220 (86.33% from 255) = 46.51%

R = 8.25%
G = 45.24%
B = 46.51%

CMYK

 C value IS 0.82

 M value IS 0.03

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#27D6DC (or 0x27D6DC) is known color: Turquoise. HEX triplet: 27, D6 and DC. RGB value is (39,214,220). Sum of RGB (Red+Green+Blue) = 39+214+220=473 (62% of max value = 765). Red value is 39 (15.62% from 255 or 8.25% from 473); Green value is 214 (83.98% from 255 or 45.24% from 473); Blue value is 220 (86.33% from 255 or 46.51% from 473); Max value from RGB is 220 - color contains mainly: blue. Hex color #27D6DC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #27D6DC is #D82923. Grayscale: #A2A2A2. Windows color (decimal): -14166308 or 14472743. OLE color: 14472743.

HSL color Cylindrical-coordinate representation of color #27D6DC: hue angle of 181.99º 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 #27D6DC is Cyan = 0.82, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 39 214 220 -
CMYK 0.82 0.03 0 0.14
HSL 181.99º 0.72% 0.51% -
HSV(B) 181.99º 0.82% 0.86% -
XYZ 37.8 53.69 76.08 -
YUV 162.36 160.52 40.01 -
System Red Green Blue C M Y K H S L
Decimal 39 214 220 0.82 0.03 0 0.14 181.99 0.72 0.51
Hex 27 D6 DC 52 3 0 E B6 48 33
Octal 47 326 334 122 3 0 16 266 110 63
Binary 100111 11010110 11011100 1010010 11 0 1110 10110110 1001000 110011

Color Harmonies of #27D6DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27D6DC

Black with #27D6DC

Text Example


Text Example

White with #27D6DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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