Html Css Color HEX #27E2EF Bright Turquoise

📋 copy color: '#27E2EF'

red 39 ◦ green 226 ◦ blue 239

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

Shades of Bright Turquoise #27E2EF

Tints of Bright Turquoise #27E2EF

RGB

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

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

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

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

CMYK

 C value IS 0.84

 M value IS 0.05

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#27E2EF (or 0x27E2EF) is known color: Bright Turquoise. HEX triplet: 27, E2 and EF. RGB value is (39,226,239). Sum of RGB (Red+Green+Blue) = 39+226+239=504 (66% of max value = 765). Red value is 39 (15.62% from 255 or 7.74% from 504); Green value is 226 (88.67% from 255 or 44.84% from 504); Blue value is 239 (93.75% from 255 or 47.42% from 504); Max value from RGB is 239 - color contains mainly: blue. Hex color #27E2EF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #27E2EF is #D81D10. Grayscale: #ABABAB. Windows color (decimal): -14163217 or 15720999. OLE color: 15720999.

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

Color convert

RGB 39 226 239 -
CMYK 0.84 0.05 0 0.06
HSL 183.9º 0.86% 0.55% -
HSV(B) 183.9º 0.84% 0.94% -
XYZ 43.61 61.06 91.15 -
YUV 171.57 166.05 33.44 -
System Red Green Blue C M Y K H S L
Decimal 39 226 239 0.84 0.05 0 0.06 183.9 0.86 0.55
Hex 27 E2 EF 54 5 0 6 B8 56 37
Octal 47 342 357 124 5 0 6 270 126 67
Binary 100111 11100010 11101111 1010100 101 0 110 10111000 1010110 110111

Color Harmonies of #27E2EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27E2EF

Black with #27E2EF

Text Example


Text Example

White with #27E2EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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