Html Css Color HEX #27EFE0 Bright Turquoise

📋 copy color: '#27EFE0'

red 39 ◦ green 239 ◦ blue 224

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

Shades of Bright Turquoise #27EFE0

Tints of Bright Turquoise #27EFE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 44.62%

R = 7.77%
G = 47.61%
B = 44.62%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.06

 K value IS 0.06

RGB Variations

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

Color information

#27EFE0 (or 0x27EFE0) is known color: Bright Turquoise. HEX triplet: 27, EF and E0. RGB value is (39,239,224). Sum of RGB (Red+Green+Blue) = 39+239+224=502 (66% of max value = 765). Red value is 39 (15.62% from 255 or 7.77% from 502); Green value is 239 (93.75% from 255 or 47.61% from 502); Blue value is 224 (87.89% from 255 or 44.62% from 502); Max value from RGB is 239 - color contains mainly: green. Hex color #27EFE0 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #27EFE0 is #D8101F. Grayscale: #B1B1B1. Windows color (decimal): -14159904 or 14741287. OLE color: 14741287.

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

Color convert

RGB 39 239 224 -
CMYK 0.84 0 0.06 0.06
HSL 175.5º 0.86% 0.55% -
HSV(B) 175.5º 0.84% 0.94% -
XYZ 45.16 67.55 81.18 -
YUV 177.49 154.24 29.22 -
System Red Green Blue C M Y K H S L
Decimal 39 239 224 0.84 0 0.06 0.06 175.5 0.86 0.55
Hex 27 EF E0 54 0 6 6 B0 56 37
Octal 47 357 340 124 0 6 6 260 126 67
Binary 100111 11101111 11100000 1010100 0 110 110 10110000 1010110 110111

Color Harmonies of #27EFE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27EFE0

Black with #27EFE0

Text Example


Text Example

White with #27EFE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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