Html Css Color HEX #27DFC5 Turquoise

📋 copy color: '#27DFC5'

red 39 ◦ green 223 ◦ blue 197

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

Shades of Turquoise #27DFC5

Tints of Turquoise #27DFC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 42.92%

R = 8.5%
G = 48.58%
B = 42.92%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.12

 K value IS 0.13

RGB Variations

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

Color information

#27DFC5 (or 0x27DFC5) is known color: Turquoise. HEX triplet: 27, DF and C5. RGB value is (39,223,197). Sum of RGB (Red+Green+Blue) = 39+223+197=459 (60% of max value = 765). Red value is 39 (15.62% from 255 or 8.50% from 459); Green value is 223 (87.5% from 255 or 48.58% from 459); Blue value is 197 (77.34% from 255 or 42.92% from 459); Max value from RGB is 223 - color contains mainly: green. Hex color #27DFC5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #27DFC5 is #D8203A. Grayscale: #A4A4A4. Windows color (decimal): -14164027 or 12967719. OLE color: 12967719.

HSL color Cylindrical-coordinate representation of color #27DFC5: hue angle of 171.52º 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 #27DFC5 is Cyan = 0.83, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.13.

Color convert

RGB 39 223 197 -
CMYK 0.83 0 0.12 0.13
HSL 171.52º 0.74% 0.51% -
HSV(B) 171.52º 0.83% 0.87% -
XYZ 37.3 57.24 61.91 -
YUV 165.02 146.04 38.11 -
System Red Green Blue C M Y K H S L
Decimal 39 223 197 0.83 0 0.12 0.13 171.52 0.74 0.51
Hex 27 DF C5 53 0 C D AC 4A 33
Octal 47 337 305 123 0 14 15 254 112 63
Binary 100111 11011111 11000101 1010011 0 1100 1101 10101100 1001010 110011

Color Harmonies of #27DFC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27DFC5

Black with #27DFC5

Text Example


Text Example

White with #27DFC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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