Html Css Color HEX #27DCCE Turquoise

📋 copy color: '#27DCCE'

red 39 ◦ green 220 ◦ blue 206

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

Shades of Turquoise #27DCCE

Tints of Turquoise #27DCCE

RGB

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

 GREEN value IS 220 (86.33% from 255) = 47.31%

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

R = 8.39%
G = 47.31%
B = 44.3%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.06

 K value IS 0.14

RGB Variations

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

Color information

#27DCCE (or 0x27DCCE) is known color: Turquoise. HEX triplet: 27, DC and CE. RGB value is (39,220,206). Sum of RGB (Red+Green+Blue) = 39+220+206=465 (61% of max value = 765). Red value is 39 (15.62% from 255 or 8.39% from 465); Green value is 220 (86.33% from 255 or 47.31% from 465); Blue value is 206 (80.86% from 255 or 44.30% from 465); Max value from RGB is 220 - color contains mainly: green. Hex color #27DCCE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #27DCCE is #D82331. Grayscale: #A4A4A4. Windows color (decimal): -14164786 or 13556775. OLE color: 13556775.

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

Color convert

RGB 39 220 206 -
CMYK 0.82 0 0.06 0.14
HSL 175.36º 0.72% 0.51% -
HSV(B) 175.36º 0.82% 0.86% -
XYZ 37.57 56.07 67.24 -
YUV 164.29 151.53 38.64 -
System Red Green Blue C M Y K H S L
Decimal 39 220 206 0.82 0 0.06 0.14 175.36 0.72 0.51
Hex 27 DC CE 52 0 6 E AF 48 33
Octal 47 334 316 122 0 6 16 257 110 63
Binary 100111 11011100 11001110 1010010 0 110 1110 10101111 1001000 110011

Color Harmonies of #27DCCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27DCCE

Black with #27DCCE

Text Example


Text Example

White with #27DCCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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