Html Css Color HEX #27DACE Turquoise

📋 copy color: '#27DACE'

red 39 ◦ green 218 ◦ blue 206

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

Shades of Turquoise #27DACE

Tints of Turquoise #27DACE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 44.49%

R = 8.42%
G = 47.08%
B = 44.49%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.06

 K value IS 0.15

RGB Variations

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

Color information

#27DACE (or 0x27DACE) is known color: Turquoise. HEX triplet: 27, DA and CE. RGB value is (39,218,206). Sum of RGB (Red+Green+Blue) = 39+218+206=463 (61% of max value = 765). Red value is 39 (15.62% from 255 or 8.42% from 463); Green value is 218 (85.55% from 255 or 47.08% from 463); Blue value is 206 (80.86% from 255 or 44.49% from 463); Max value from RGB is 218 - color contains mainly: green. Hex color #27DACE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #27DACE is #D82531. Grayscale: #A2A2A2. Windows color (decimal): -14165298 or 13556263. OLE color: 13556263.

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

Color convert

RGB 39 218 206 -
CMYK 0.82 0 0.06 0.15
HSL 175.98º 0.71% 0.5% -
HSV(B) 175.98º 0.82% 0.85% -
XYZ 37.05 55.03 67.06 -
YUV 163.11 152.2 39.48 -
System Red Green Blue C M Y K H S L
Decimal 39 218 206 0.82 0 0.06 0.15 175.98 0.71 0.5
Hex 27 DA CE 52 0 6 F B0 47 32
Octal 47 332 316 122 0 6 17 260 107 62
Binary 100111 11011010 11001110 1010010 0 110 1111 10110000 1000111 110010

Color Harmonies of #27DACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27DACE

Black with #27DACE

Text Example


Text Example

White with #27DACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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