Html Css Color HEX #27FFEE Bright Turquoise

📋 copy color: '#27FFEE'

red 39 ◦ green 255 ◦ blue 238

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

Shades of Bright Turquoise #27FFEE

Tints of Bright Turquoise #27FFEE

RGB

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

 GREEN value IS 255 (100% from 255) = 47.93%

 BLUE value IS 238 (93.36% from 255) = 44.74%

R = 7.33%
G = 47.93%
B = 44.74%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.07

 K value IS 0

RGB Variations

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

Color information

#27FFEE (or 0x27FFEE) is known color: Bright Turquoise. HEX triplet: 27, FF and EE. RGB value is (39,255,238). Sum of RGB (Red+Green+Blue) = 39+255+238=532 (70% of max value = 765). Red value is 39 (15.62% from 255 or 7.33% from 532); Green value is 255 (100% from 255 or 47.93% from 532); Blue value is 238 (93.36% from 255 or 44.74% from 532); Max value from RGB is 255 - color contains mainly: green. Hex color #27FFEE is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #27FFEE is #D80011. Grayscale: #BCBCBC. Windows color (decimal): -14155794 or 15662887. OLE color: 15662887.

HSL color Cylindrical-coordinate representation of color #27FFEE: hue angle of 175.28º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #27FFEE is Cyan = 0.85, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.

Color convert

RGB 39 255 238 -
CMYK 0.85 0 0.07 0
HSL 175.28º 1% 0.58% -
HSV(B) 175.28º 0.85% 1% -
XYZ 52.03 78.12 93.23 -
YUV 188.48 155.94 21.38 -
System Red Green Blue C M Y K H S L
Decimal 39 255 238 0.85 0 0.07 0 175.28 1 0.58
Hex 27 FF EE 55 0 7 0 AF 64 3A
Octal 47 377 356 125 0 7 0 257 144 72
Binary 100111 11111111 11101110 1010101 0 111 0 10101111 1100100 111010

Color Harmonies of #27FFEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27FFEE

Black with #27FFEE

Text Example


Text Example

White with #27FFEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(39,255,238); }

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

background-color css

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

 a { background-color: rgb(39,255,238); }

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

border-color css

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

 span { border-color: rgb(39,255,238); }

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