Html Css Color HEX #27DAC7 Turquoise

📋 copy color: '#27DAC7'

red 39 ◦ green 218 ◦ blue 199

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

Shades of Turquoise #27DAC7

Tints of Turquoise #27DAC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 43.64%

R = 8.55%
G = 47.81%
B = 43.64%

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

#27DAC7 (or 0x27DAC7) is known color: Turquoise. HEX triplet: 27, DA and C7. RGB value is (39,218,199). Sum of RGB (Red+Green+Blue) = 39+218+199=456 (60% of max value = 765). Red value is 39 (15.62% from 255 or 8.55% from 456); Green value is 218 (85.55% from 255 or 47.81% from 456); Blue value is 199 (78.12% from 255 or 43.64% from 456); Max value from RGB is 218 - color contains mainly: green. Hex color #27DAC7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #27DAC7 is #D82538. Grayscale: #A2A2A2. Windows color (decimal): -14165305 or 13097511. OLE color: 13097511.

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

Color convert

RGB 39 218 199 -
CMYK 0.82 0 0.09 0.15
HSL 173.63º 0.71% 0.5% -
HSV(B) 173.63º 0.82% 0.85% -
XYZ 36.22 54.7 62.68 -
YUV 162.31 148.7 40.04 -
System Red Green Blue C M Y K H S L
Decimal 39 218 199 0.82 0 0.09 0.15 173.63 0.71 0.5
Hex 27 DA C7 52 0 9 F AE 47 32
Octal 47 332 307 122 0 11 17 256 107 62
Binary 100111 11011010 11000111 1010010 0 1001 1111 10101110 1000111 110010

Color Harmonies of #27DAC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27DAC7

Black with #27DAC7

Text Example


Text Example

White with #27DAC7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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