Html Css Color HEX #27EDC7 Turquoise

📋 copy color: '#27EDC7'

red 39 ◦ green 237 ◦ blue 199

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

Shades of Turquoise #27EDC7

Tints of Turquoise #27EDC7

RGB

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

 GREEN value IS 237 (92.97% from 255) = 49.89%

 BLUE value IS 199 (78.13% from 255) = 41.89%

R = 8.21%
G = 49.89%
B = 41.89%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.16

 K value IS 0.07

RGB Variations

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

Color information

#27EDC7 (or 0x27EDC7) is known color: Turquoise. HEX triplet: 27, ED and C7. RGB value is (39,237,199). Sum of RGB (Red+Green+Blue) = 39+237+199=475 (62% of max value = 765). Red value is 39 (15.62% from 255 or 8.21% from 475); Green value is 237 (92.97% from 255 or 49.89% from 475); Blue value is 199 (78.12% from 255 or 41.89% from 475); Max value from RGB is 237 - color contains mainly: green. Hex color #27EDC7 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #27EDC7 is #D81238. Grayscale: #ADADAD. Windows color (decimal): -14160441 or 13102375. OLE color: 13102375.

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

Color convert

RGB 39 237 199 -
CMYK 0.84 0 0.16 0.07
HSL 168.48º 0.85% 0.54% -
HSV(B) 168.48º 0.84% 0.93% -
XYZ 41.43 65.12 64.42 -
YUV 173.47 142.4 32.09 -
System Red Green Blue C M Y K H S L
Decimal 39 237 199 0.84 0 0.16 0.07 168.48 0.85 0.54
Hex 27 ED C7 54 0 10 7 A8 55 36
Octal 47 355 307 124 0 20 7 250 125 66
Binary 100111 11101101 11000111 1010100 0 10000 111 10101000 1010101 110110

Color Harmonies of #27EDC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27EDC7

Black with #27EDC7

Text Example


Text Example

White with #27EDC7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(39,237,199); }

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

background-color css

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

 a { background-color: rgb(39,237,199); }

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

border-color css

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

 span { border-color: rgb(39,237,199); }

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