Html Css Color HEX #27DCCF Turquoise

📋 copy color: '#27DCCF'

red 39 ◦ green 220 ◦ blue 207

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

Shades of Turquoise #27DCCF

Tints of Turquoise #27DCCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 44.42%

R = 8.37%
G = 47.21%
B = 44.42%

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

#27DCCF (or 0x27DCCF) is known color: Turquoise. HEX triplet: 27, DC and CF. RGB value is (39,220,207). Sum of RGB (Red+Green+Blue) = 39+220+207=466 (61% of max value = 765). Red value is 39 (15.62% from 255 or 8.37% from 466); Green value is 220 (86.33% from 255 or 47.21% from 466); Blue value is 207 (81.25% from 255 or 44.42% from 466); Max value from RGB is 220 - color contains mainly: green. Hex color #27DCCF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #27DCCF is #D82330. Grayscale: #A4A4A4. Windows color (decimal): -14164785 or 13622311. OLE color: 13622311.

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

Color convert

RGB 39 220 207 -
CMYK 0.82 0 0.06 0.14
HSL 175.69º 0.72% 0.51% -
HSV(B) 175.69º 0.82% 0.86% -
XYZ 37.69 56.12 67.88 -
YUV 164.4 152.03 38.56 -
System Red Green Blue C M Y K H S L
Decimal 39 220 207 0.82 0 0.06 0.14 175.69 0.72 0.51
Hex 27 DC CF 52 0 6 E B0 48 33
Octal 47 334 317 122 0 6 16 260 110 63
Binary 100111 11011100 11001111 1010010 0 110 1110 10110000 1001000 110011

Color Harmonies of #27DCCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27DCCF

Black with #27DCCF

Text Example


Text Example

White with #27DCCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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