Html Css Color HEX #27E3E9 Bright Turquoise

📋 copy color: '#27E3E9'

red 39 ◦ green 227 ◦ blue 233

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

Shades of Bright Turquoise #27E3E9

Tints of Bright Turquoise #27E3E9

RGB

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

 GREEN value IS 227 (89.06% from 255) = 45.49%

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

R = 7.82%
G = 45.49%
B = 46.69%

CMYK

 C value IS 0.83

 M value IS 0.03

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#27E3E9 (or 0x27E3E9) is known color: Bright Turquoise. HEX triplet: 27, E3 and E9. RGB value is (39,227,233). Sum of RGB (Red+Green+Blue) = 39+227+233=499 (66% of max value = 765). Red value is 39 (15.62% from 255 or 7.82% from 499); Green value is 227 (89.06% from 255 or 45.49% from 499); Blue value is 233 (91.41% from 255 or 46.69% from 499); Max value from RGB is 233 - color contains mainly: blue. Hex color #27E3E9 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #27E3E9 is #D81C16. Grayscale: #ABABAB. Windows color (decimal): -14162967 or 15328039. OLE color: 15328039.

HSL color Cylindrical-coordinate representation of color #27E3E9: hue angle of 181.86º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #27E3E9 is Cyan = 0.83, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 39 227 233 -
CMYK 0.83 0.03 0 0.09
HSL 181.86º 0.82% 0.53% -
HSV(B) 181.86º 0.83% 0.91% -
XYZ 43.01 61.25 86.65 -
YUV 171.47 162.72 33.51 -
System Red Green Blue C M Y K H S L
Decimal 39 227 233 0.83 0.03 0 0.09 181.86 0.82 0.53
Hex 27 E3 E9 53 3 0 9 B6 52 35
Octal 47 343 351 123 3 0 11 266 122 65
Binary 100111 11100011 11101001 1010011 11 0 1001 10110110 1010010 110101

Color Harmonies of #27E3E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27E3E9

Black with #27E3E9

Text Example


Text Example

White with #27E3E9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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