Html Css Color HEX #27EFDD Turquoise

📋 copy color: '#27EFDD'

red 39 ◦ green 239 ◦ blue 221

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

Shades of Turquoise #27EFDD

Tints of Turquoise #27EFDD

RGB

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

 GREEN value IS 239 (93.75% from 255) = 47.9%

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

R = 7.82%
G = 47.9%
B = 44.29%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.08

 K value IS 0.06

RGB Variations

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

Color information

#27EFDD (or 0x27EFDD) is known color: Turquoise. HEX triplet: 27, EF and DD. RGB value is (39,239,221). Sum of RGB (Red+Green+Blue) = 39+239+221=499 (66% of max value = 765). Red value is 39 (15.62% from 255 or 7.82% from 499); Green value is 239 (93.75% from 255 or 47.90% from 499); Blue value is 221 (86.72% from 255 or 44.29% from 499); Max value from RGB is 239 - color contains mainly: green. Hex color #27EFDD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #27EFDD is #D81022. Grayscale: #B1B1B1. Windows color (decimal): -14159907 or 14544679. OLE color: 14544679.

HSL color Cylindrical-coordinate representation of color #27EFDD: hue angle of 174.6º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #27EFDD is Cyan = 0.84, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.06.

Color convert

RGB 39 239 221 -
CMYK 0.84 0 0.08 0.06
HSL 174.6º 0.86% 0.55% -
HSV(B) 174.6º 0.84% 0.94% -
XYZ 44.75 67.38 79.05 -
YUV 177.15 152.74 29.46 -
System Red Green Blue C M Y K H S L
Decimal 39 239 221 0.84 0 0.08 0.06 174.6 0.86 0.55
Hex 27 EF DD 54 0 8 6 AF 56 37
Octal 47 357 335 124 0 10 6 257 126 67
Binary 100111 11101111 11011101 1010100 0 1000 110 10101111 1010110 110111

Color Harmonies of #27EFDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27EFDD

Black with #27EFDD

Text Example


Text Example

White with #27EFDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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