Html Css Color HEX #27F7DB Bright Turquoise

📋 copy color: '#27F7DB'

red 39 ◦ green 247 ◦ blue 219

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

Shades of Bright Turquoise #27F7DB

Tints of Bright Turquoise #27F7DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 43.37%

R = 7.72%
G = 48.91%
B = 43.37%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.11

 K value IS 0.03

RGB Variations

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

Color information

#27F7DB (or 0x27F7DB) is known color: Bright Turquoise. HEX triplet: 27, F7 and DB. RGB value is (39,247,219). Sum of RGB (Red+Green+Blue) = 39+247+219=505 (66% of max value = 765). Red value is 39 (15.62% from 255 or 7.72% from 505); Green value is 247 (96.88% from 255 or 48.91% from 505); Blue value is 219 (85.94% from 255 or 43.37% from 505); Max value from RGB is 247 - color contains mainly: green. Hex color #27F7DB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #27F7DB is #D80824. Grayscale: #B5B5B5. Windows color (decimal): -14157861 or 14415655. OLE color: 14415655.

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

Color convert

RGB 39 247 219 -
CMYK 0.84 0 0.11 0.03
HSL 171.92º 0.93% 0.56% -
HSV(B) 171.92º 0.84% 0.97% -
XYZ 46.88 72.07 78.46 -
YUV 181.62 149.09 26.28 -
System Red Green Blue C M Y K H S L
Decimal 39 247 219 0.84 0 0.11 0.03 171.92 0.93 0.56
Hex 27 F7 DB 54 0 B 3 AC 5D 38
Octal 47 367 333 124 0 13 3 254 135 70
Binary 100111 11110111 11011011 1010100 0 1011 11 10101100 1011101 111000

Color Harmonies of #27F7DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27F7DB

Black with #27F7DB

Text Example


Text Example

White with #27F7DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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