Html Css Color HEX #27ECC4 Turquoise

📋 copy color: '#27ECC4'

red 39 ◦ green 236 ◦ blue 196

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

Shades of Turquoise #27ECC4

Tints of Turquoise #27ECC4

RGB

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

 GREEN value IS 236 (92.58% from 255) = 50.11%

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

R = 8.28%
G = 50.11%
B = 41.61%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.17

 K value IS 0.07

RGB Variations

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

Color information

#27ECC4 (or 0x27ECC4) is known color: Turquoise. HEX triplet: 27, EC and C4. RGB value is (39,236,196). Sum of RGB (Red+Green+Blue) = 39+236+196=471 (62% of max value = 765). Red value is 39 (15.62% from 255 or 8.28% from 471); Green value is 236 (92.58% from 255 or 50.11% from 471); Blue value is 196 (76.95% from 255 or 41.61% from 471); Max value from RGB is 236 - color contains mainly: green. Hex color #27ECC4 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #27ECC4 is #D8133B. Grayscale: #ACACAC. Windows color (decimal): -14160700 or 12905511. OLE color: 12905511.

HSL color Cylindrical-coordinate representation of color #27ECC4: hue angle of 167.82º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #27ECC4 is Cyan = 0.83, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.07.

Color convert

RGB 39 236 196 -
CMYK 0.83 0 0.17 0.07
HSL 167.82º 0.84% 0.54% -
HSV(B) 167.82º 0.83% 0.93% -
XYZ 40.8 64.41 62.51 -
YUV 172.54 141.23 32.75 -
System Red Green Blue C M Y K H S L
Decimal 39 236 196 0.83 0 0.17 0.07 167.82 0.84 0.54
Hex 27 EC C4 53 0 11 7 A8 54 36
Octal 47 354 304 123 0 21 7 250 124 66
Binary 100111 11101100 11000100 1010011 0 10001 111 10101000 1010100 110110

Color Harmonies of #27ECC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27ECC4

Black with #27ECC4

Text Example


Text Example

White with #27ECC4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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