Html Css Color HEX #27E6EF Bright Turquoise

📋 copy color: '#27E6EF'

red 39 ◦ green 230 ◦ blue 239

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

Shades of Bright Turquoise #27E6EF

Tints of Bright Turquoise #27E6EF

RGB

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

 GREEN value IS 230 (90.23% from 255) = 45.28%

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

R = 7.68%
G = 45.28%
B = 47.05%

CMYK

 C value IS 0.84

 M value IS 0.04

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#27E6EF (or 0x27E6EF) is known color: Bright Turquoise. HEX triplet: 27, E6 and EF. RGB value is (39,230,239). Sum of RGB (Red+Green+Blue) = 39+230+239=508 (67% of max value = 765). Red value is 39 (15.62% from 255 or 7.68% from 508); Green value is 230 (90.23% from 255 or 45.28% from 508); Blue value is 239 (93.75% from 255 or 47.05% from 508); Max value from RGB is 239 - color contains mainly: blue. Hex color #27E6EF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #27E6EF is #D81910. Grayscale: #ADADAD. Windows color (decimal): -14162193 or 15722023. OLE color: 15722023.

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

Color convert

RGB 39 230 239 -
CMYK 0.84 0.04 0 0.06
HSL 182.7º 0.86% 0.55% -
HSV(B) 182.7º 0.84% 0.94% -
XYZ 44.71 63.26 91.51 -
YUV 173.92 164.72 31.77 -
System Red Green Blue C M Y K H S L
Decimal 39 230 239 0.84 0.04 0 0.06 182.7 0.86 0.55
Hex 27 E6 EF 54 4 0 6 B7 56 37
Octal 47 346 357 124 4 0 6 267 126 67
Binary 100111 11100110 11101111 1010100 100 0 110 10110111 1010110 110111

Color Harmonies of #27E6EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27E6EF

Black with #27E6EF

Text Example


Text Example

White with #27E6EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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