Html Css Color HEX #27E7DD Turquoise

📋 copy color: '#27E7DD'

red 39 ◦ green 231 ◦ blue 221

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

Shades of Turquoise #27E7DD

Tints of Turquoise #27E7DD

RGB

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

 GREEN value IS 231 (90.63% from 255) = 47.05%

 BLUE value IS 221 (86.72% from 255) = 45.01%

R = 7.94%
G = 47.05%
B = 45.01%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.04

 K value IS 0.09

RGB Variations

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

Color information

#27E7DD (or 0x27E7DD) is known color: Turquoise. HEX triplet: 27, E7 and DD. RGB value is (39,231,221). Sum of RGB (Red+Green+Blue) = 39+231+221=491 (65% of max value = 765). Red value is 39 (15.62% from 255 or 7.94% from 491); Green value is 231 (90.62% from 255 or 47.05% from 491); Blue value is 221 (86.72% from 255 or 45.01% from 491); Max value from RGB is 231 - color contains mainly: green. Hex color #27E7DD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #27E7DD is #D81822. Grayscale: #ACACAC. Windows color (decimal): -14161955 or 14542631. OLE color: 14542631.

HSL color Cylindrical-coordinate representation of color #27E7DD: hue angle of 176.88º degrees, saturation: 0.8, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #27E7DD is Cyan = 0.83, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.09.

Color convert

RGB 39 231 221 -
CMYK 0.83 0 0.04 0.09
HSL 176.88º 0.8% 0.53% -
HSV(B) 176.88º 0.83% 0.91% -
XYZ 42.46 62.8 78.29 -
YUV 172.45 155.39 32.81 -
System Red Green Blue C M Y K H S L
Decimal 39 231 221 0.83 0 0.04 0.09 176.88 0.8 0.53
Hex 27 E7 DD 53 0 4 9 B1 50 35
Octal 47 347 335 123 0 4 11 261 120 65
Binary 100111 11100111 11011101 1010011 0 100 1001 10110001 1010000 110101

Color Harmonies of #27E7DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27E7DD

Black with #27E7DD

Text Example


Text Example

White with #27E7DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(39,231,221); }

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

background-color css

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

 a { background-color: rgb(39,231,221); }

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

border-color css

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

 span { border-color: rgb(39,231,221); }

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