Html Css Color HEX #27DFCC Turquoise

📋 copy color: '#27DFCC'

red 39 ◦ green 223 ◦ blue 204

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

Shades of Turquoise #27DFCC

Tints of Turquoise #27DFCC

RGB

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

 GREEN value IS 223 (87.5% from 255) = 47.85%

 BLUE value IS 204 (80.08% from 255) = 43.78%

R = 8.37%
G = 47.85%
B = 43.78%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.09

 K value IS 0.13

RGB Variations

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

Color information

#27DFCC (or 0x27DFCC) is known color: Turquoise. HEX triplet: 27, DF and CC. RGB value is (39,223,204). Sum of RGB (Red+Green+Blue) = 39+223+204=466 (61% of max value = 765). Red value is 39 (15.62% from 255 or 8.37% from 466); Green value is 223 (87.5% from 255 or 47.85% from 466); Blue value is 204 (80.08% from 255 or 43.78% from 466); Max value from RGB is 223 - color contains mainly: green. Hex color #27DFCC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #27DFCC is #D82033. Grayscale: #A5A5A5. Windows color (decimal): -14164020 or 13426471. OLE color: 13426471.

HSL color Cylindrical-coordinate representation of color #27DFCC: hue angle of 173.8º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #27DFCC is Cyan = 0.83, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.

Color convert

RGB 39 223 204 -
CMYK 0.83 0 0.09 0.13
HSL 173.8º 0.74% 0.51% -
HSV(B) 173.8º 0.83% 0.87% -
XYZ 38.12 57.57 66.23 -
YUV 165.82 149.54 37.54 -
System Red Green Blue C M Y K H S L
Decimal 39 223 204 0.83 0 0.09 0.13 173.8 0.74 0.51
Hex 27 DF CC 53 0 9 D AE 4A 33
Octal 47 337 314 123 0 11 15 256 112 63
Binary 100111 11011111 11001100 1010011 0 1001 1101 10101110 1001010 110011

Color Harmonies of #27DFCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27DFCC

Black with #27DFCC

Text Example


Text Example

White with #27DFCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(39,223,204); }

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

background-color css

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

 a { background-color: rgb(39,223,204); }

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

border-color css

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

 span { border-color: rgb(39,223,204); }

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