Html Css Color HEX #27EFE2 Bright Turquoise

📋 copy color: '#27EFE2'

red 39 ◦ green 239 ◦ blue 226

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

Shades of Bright Turquoise #27EFE2

Tints of Bright Turquoise #27EFE2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 44.84%

R = 7.74%
G = 47.42%
B = 44.84%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.05

 K value IS 0.06

RGB Variations

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

Color information

#27EFE2 (or 0x27EFE2) is known color: Bright Turquoise. HEX triplet: 27, EF and E2. RGB value is (39,239,226). Sum of RGB (Red+Green+Blue) = 39+239+226=504 (66% of max value = 765). Red value is 39 (15.62% from 255 or 7.74% from 504); Green value is 239 (93.75% from 255 or 47.42% from 504); Blue value is 226 (88.67% from 255 or 44.84% from 504); Max value from RGB is 239 - color contains mainly: green. Hex color #27EFE2 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #27EFE2 is #D8101D. Grayscale: #B1B1B1. Windows color (decimal): -14159902 or 14872359. OLE color: 14872359.

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

Color convert

RGB 39 239 226 -
CMYK 0.84 0 0.05 0.06
HSL 176.1º 0.86% 0.55% -
HSV(B) 176.1º 0.84% 0.94% -
XYZ 45.43 67.66 82.62 -
YUV 177.72 155.24 29.06 -
System Red Green Blue C M Y K H S L
Decimal 39 239 226 0.84 0 0.05 0.06 176.1 0.86 0.55
Hex 27 EF E2 54 0 5 6 B0 56 37
Octal 47 357 342 124 0 5 6 260 126 67
Binary 100111 11101111 11100010 1010100 0 101 110 10110000 1010110 110111

Color Harmonies of #27EFE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27EFE2

Black with #27EFE2

Text Example


Text Example

White with #27EFE2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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