Html Css Color HEX #27EEE1 Bright Turquoise

📋 copy color: '#27EEE1'

red 39 ◦ green 238 ◦ blue 225

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

Shades of Bright Turquoise #27EEE1

Tints of Bright Turquoise #27EEE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 44.82%

R = 7.77%
G = 47.41%
B = 44.82%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.05

 K value IS 0.07

RGB Variations

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

Color information

#27EEE1 (or 0x27EEE1) is known color: Bright Turquoise. HEX triplet: 27, EE and E1. RGB value is (39,238,225). Sum of RGB (Red+Green+Blue) = 39+238+225=502 (66% of max value = 765). Red value is 39 (15.62% from 255 or 7.77% from 502); Green value is 238 (93.36% from 255 or 47.41% from 502); Blue value is 225 (88.28% from 255 or 44.82% from 502); Max value from RGB is 238 - color contains mainly: green. Hex color #27EEE1 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #27EEE1 is #D8111E. Grayscale: #B0B0B0. Windows color (decimal): -14160159 or 14806567. OLE color: 14806567.

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

Color convert

RGB 39 238 225 -
CMYK 0.84 0 0.05 0.07
HSL 176.08º 0.85% 0.54% -
HSV(B) 176.08º 0.84% 0.93% -
XYZ 45 67.02 81.8 -
YUV 177.02 155.07 29.56 -
System Red Green Blue C M Y K H S L
Decimal 39 238 225 0.84 0 0.05 0.07 176.08 0.85 0.54
Hex 27 EE E1 54 0 5 7 B0 55 36
Octal 47 356 341 124 0 5 7 260 125 66
Binary 100111 11101110 11100001 1010100 0 101 111 10110000 1010101 110110

Color Harmonies of #27EEE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27EEE1

Black with #27EEE1

Text Example


Text Example

White with #27EEE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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