Html Css Color HEX #27F2EF Bright Turquoise

📋 copy color: '#27F2EF'

red 39 ◦ green 242 ◦ blue 239

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

Shades of Bright Turquoise #27F2EF

Tints of Bright Turquoise #27F2EF

RGB

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

 GREEN value IS 242 (94.92% from 255) = 46.54%

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

R = 7.5%
G = 46.54%
B = 45.96%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.01

 K value IS 0.05

RGB Variations

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

Color information

#27F2EF (or 0x27F2EF) is known color: Bright Turquoise. HEX triplet: 27, F2 and EF. RGB value is (39,242,239). Sum of RGB (Red+Green+Blue) = 39+242+239=520 (68% of max value = 765). Red value is 39 (15.62% from 255 or 7.5% from 520); Green value is 242 (94.92% from 255 or 46.54% from 520); Blue value is 239 (93.75% from 255 or 45.96% from 520); Max value from RGB is 242 - color contains mainly: green. Hex color #27F2EF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #27F2EF is #D80D10. Grayscale: #B4B4B4. Windows color (decimal): -14159121 or 15725095. OLE color: 15725095.

HSL color Cylindrical-coordinate representation of color #27F2EF: hue angle of 179.11º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #27F2EF is Cyan = 0.84, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.05.

Color convert

RGB 39 242 239 -
CMYK 0.84 0 0.01 0.05
HSL 179.11º 0.89% 0.55% -
HSV(B) 179.11º 0.84% 0.95% -
XYZ 48.17 70.17 92.67 -
YUV 180.96 160.75 26.74 -
System Red Green Blue C M Y K H S L
Decimal 39 242 239 0.84 0 0.01 0.05 179.11 0.89 0.55
Hex 27 F2 EF 54 0 1 5 B3 59 37
Octal 47 362 357 124 0 1 5 263 131 67
Binary 100111 11110010 11101111 1010100 0 1 101 10110011 1011001 110111

Color Harmonies of #27F2EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27F2EF

Black with #27F2EF

Text Example


Text Example

White with #27F2EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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