Html Css Color HEX #27F7E5 Bright Turquoise

📋 copy color: '#27F7E5'

red 39 ◦ green 247 ◦ blue 229

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

Shades of Bright Turquoise #27F7E5

Tints of Bright Turquoise #27F7E5

RGB

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

 GREEN value IS 247 (96.88% from 255) = 47.96%

 BLUE value IS 229 (89.84% from 255) = 44.47%

R = 7.57%
G = 47.96%
B = 44.47%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.07

 K value IS 0.03

RGB Variations

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

Color information

#27F7E5 (or 0x27F7E5) is known color: Bright Turquoise. HEX triplet: 27, F7 and E5. RGB value is (39,247,229). Sum of RGB (Red+Green+Blue) = 39+247+229=515 (68% of max value = 765). Red value is 39 (15.62% from 255 or 7.57% from 515); Green value is 247 (96.88% from 255 or 47.96% from 515); Blue value is 229 (89.84% from 255 or 44.47% from 515); Max value from RGB is 247 - color contains mainly: green. Hex color #27F7E5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #27F7E5 is #D8081A. Grayscale: #B6B6B6. Windows color (decimal): -14157851 or 15071015. OLE color: 15071015.

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

Color convert

RGB 39 247 229 -
CMYK 0.84 0 0.07 0.03
HSL 174.81º 0.93% 0.56% -
HSV(B) 174.81º 0.84% 0.97% -
XYZ 48.24 72.61 85.6 -
YUV 182.76 154.09 25.46 -
System Red Green Blue C M Y K H S L
Decimal 39 247 229 0.84 0 0.07 0.03 174.81 0.93 0.56
Hex 27 F7 E5 54 0 7 3 AF 5D 38
Octal 47 367 345 124 0 7 3 257 135 70
Binary 100111 11110111 11100101 1010100 0 111 11 10101111 1011101 111000

Color Harmonies of #27F7E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27F7E5

Black with #27F7E5

Text Example


Text Example

White with #27F7E5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(39,247,229); }

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

background-color css

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

 a { background-color: rgb(39,247,229); }

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

border-color css

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

 span { border-color: rgb(39,247,229); }

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