Html Css Color HEX #27D9C6 Turquoise

📋 copy color: '#27D9C6'

red 39 ◦ green 217 ◦ blue 198

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

Shades of Turquoise #27D9C6

Tints of Turquoise #27D9C6

RGB

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

 GREEN value IS 217 (85.16% from 255) = 47.8%

 BLUE value IS 198 (77.73% from 255) = 43.61%

R = 8.59%
G = 47.8%
B = 43.61%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.09

 K value IS 0.15

RGB Variations

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

Color information

#27D9C6 (or 0x27D9C6) is known color: Turquoise. HEX triplet: 27, D9 and C6. RGB value is (39,217,198). Sum of RGB (Red+Green+Blue) = 39+217+198=454 (60% of max value = 765). Red value is 39 (15.62% from 255 or 8.59% from 454); Green value is 217 (85.16% from 255 or 47.80% from 454); Blue value is 198 (77.73% from 255 or 43.61% from 454); Max value from RGB is 217 - color contains mainly: green. Hex color #27D9C6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #27D9C6 is #D82639. Grayscale: #A1A1A1. Windows color (decimal): -14165562 or 13031719. OLE color: 13031719.

HSL color Cylindrical-coordinate representation of color #27D9C6: hue angle of 173.6º degrees, saturation: 0.7, 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 #27D9C6 is Cyan = 0.82, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.15.

Color convert

RGB 39 217 198 -
CMYK 0.82 0 0.09 0.15
HSL 173.6º 0.7% 0.5% -
HSV(B) 173.6º 0.82% 0.85% -
XYZ 35.84 54.13 61.99 -
YUV 161.61 148.53 40.54 -
System Red Green Blue C M Y K H S L
Decimal 39 217 198 0.82 0 0.09 0.15 173.6 0.7 0.5
Hex 27 D9 C6 52 0 9 F AE 46 32
Octal 47 331 306 122 0 11 17 256 106 62
Binary 100111 11011001 11000110 1010010 0 1001 1111 10101110 1000110 110010

Color Harmonies of #27D9C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27D9C6

Black with #27D9C6

Text Example


Text Example

White with #27D9C6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(39,217,198); }

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

background-color css

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

 a { background-color: rgb(39,217,198); }

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

border-color css

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

 span { border-color: rgb(39,217,198); }

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