Html Css Color HEX #27EFEC Bright Turquoise

📋 copy color: '#27EFEC'

red 39 ◦ green 239 ◦ blue 236

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

Shades of Bright Turquoise #27EFEC

Tints of Bright Turquoise #27EFEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 45.91%

R = 7.59%
G = 46.5%
B = 45.91%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.01

 K value IS 0.06

RGB Variations

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

Color information

#27EFEC (or 0x27EFEC) is known color: Bright Turquoise. HEX triplet: 27, EF and EC. RGB value is (39,239,236). Sum of RGB (Red+Green+Blue) = 39+239+236=514 (68% of max value = 765). Red value is 39 (15.62% from 255 or 7.59% from 514); Green value is 239 (93.75% from 255 or 46.50% from 514); Blue value is 236 (92.58% from 255 or 45.91% from 514); Max value from RGB is 239 - color contains mainly: green. Hex color #27EFEC is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #27EFEC is #D81013. Grayscale: #B2B2B2. Windows color (decimal): -14159892 or 15527719. OLE color: 15527719.

HSL color Cylindrical-coordinate representation of color #27EFEC: hue angle of 179.1º 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 #27EFEC is Cyan = 0.84, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.06.

Color convert

RGB 39 239 236 -
CMYK 0.84 0 0.01 0.06
HSL 179.1º 0.86% 0.55% -
HSV(B) 179.1º 0.84% 0.94% -
XYZ 46.84 68.22 90.06 -
YUV 178.86 160.24 28.24 -
System Red Green Blue C M Y K H S L
Decimal 39 239 236 0.84 0 0.01 0.06 179.1 0.86 0.55
Hex 27 EF EC 54 0 1 6 B3 56 37
Octal 47 357 354 124 0 1 6 263 126 67
Binary 100111 11101111 11101100 1010100 0 1 110 10110011 1010110 110111

Color Harmonies of #27EFEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27EFEC

Black with #27EFEC

Text Example


Text Example

White with #27EFEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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