Html Css Color HEX #27EEE9 Bright Turquoise

📋 copy color: '#27EEE9'

red 39 ◦ green 238 ◦ blue 233

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

Shades of Bright Turquoise #27EEE9

Tints of Bright Turquoise #27EEE9

RGB

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

 GREEN value IS 238 (93.36% from 255) = 46.67%

 BLUE value IS 233 (91.41% from 255) = 45.69%

R = 7.65%
G = 46.67%
B = 45.69%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.02

 K value IS 0.07

RGB Variations

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

Color information

#27EEE9 (or 0x27EEE9) is known color: Bright Turquoise. HEX triplet: 27, EE and E9. RGB value is (39,238,233). Sum of RGB (Red+Green+Blue) = 39+238+233=510 (67% of max value = 765). Red value is 39 (15.62% from 255 or 7.65% from 510); Green value is 238 (93.36% from 255 or 46.67% from 510); Blue value is 233 (91.41% from 255 or 45.69% from 510); Max value from RGB is 238 - color contains mainly: green. Hex color #27EEE9 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #27EEE9 is #D81116. Grayscale: #B1B1B1. Windows color (decimal): -14160151 or 15330855. OLE color: 15330855.

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

Color convert

RGB 39 238 233 -
CMYK 0.84 0 0.02 0.07
HSL 178.49º 0.85% 0.54% -
HSV(B) 178.49º 0.84% 0.93% -
XYZ 46.12 67.46 87.68 -
YUV 177.93 159.07 28.91 -
System Red Green Blue C M Y K H S L
Decimal 39 238 233 0.84 0 0.02 0.07 178.49 0.85 0.54
Hex 27 EE E9 54 0 2 7 B2 55 36
Octal 47 356 351 124 0 2 7 262 125 66
Binary 100111 11101110 11101001 1010100 0 10 111 10110010 1010101 110110

Color Harmonies of #27EEE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27EEE9

Black with #27EEE9

Text Example


Text Example

White with #27EEE9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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