Html Css Color HEX #27DFC4 Turquoise

📋 copy color: '#27DFC4'

red 39 ◦ green 223 ◦ blue 196

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

Shades of Turquoise #27DFC4

Tints of Turquoise #27DFC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 42.79%

R = 8.52%
G = 48.69%
B = 42.79%

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

#27DFC4 (or 0x27DFC4) is known color: Turquoise. HEX triplet: 27, DF and C4. RGB value is (39,223,196). Sum of RGB (Red+Green+Blue) = 39+223+196=458 (60% of max value = 765). Red value is 39 (15.62% from 255 or 8.52% from 458); Green value is 223 (87.5% from 255 or 48.69% from 458); Blue value is 196 (76.95% from 255 or 42.79% from 458); Max value from RGB is 223 - color contains mainly: green. Hex color #27DFC4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #27DFC4 is #D8203B. Grayscale: #A4A4A4. Windows color (decimal): -14164028 or 12902183. OLE color: 12902183.

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

Color convert

RGB 39 223 196 -
CMYK 0.83 0 0.12 0.13
HSL 171.2º 0.74% 0.51% -
HSV(B) 171.2º 0.83% 0.87% -
XYZ 37.19 57.19 61.3 -
YUV 164.91 145.54 38.2 -
System Red Green Blue C M Y K H S L
Decimal 39 223 196 0.83 0 0.12 0.13 171.2 0.74 0.51
Hex 27 DF C4 53 0 C D AB 4A 33
Octal 47 337 304 123 0 14 15 253 112 63
Binary 100111 11011111 11000100 1010011 0 1100 1101 10101011 1001010 110011

Color Harmonies of #27DFC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27DFC4

Black with #27DFC4

Text Example


Text Example

White with #27DFC4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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