Html Css Color HEX #27F9DB Bright Turquoise

📋 copy color: '#27F9DB'

red 39 ◦ green 249 ◦ blue 219

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

Shades of Bright Turquoise #27F9DB

Tints of Bright Turquoise #27F9DB

RGB

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

 GREEN value IS 249 (97.66% from 255) = 49.11%

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

R = 7.69%
G = 49.11%
B = 43.2%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#27F9DB (or 0x27F9DB) is known color: Bright Turquoise. HEX triplet: 27, F9 and DB. RGB value is (39,249,219). Sum of RGB (Red+Green+Blue) = 39+249+219=507 (67% of max value = 765). Red value is 39 (15.62% from 255 or 7.69% from 507); Green value is 249 (97.66% from 255 or 49.11% from 507); Blue value is 219 (85.94% from 255 or 43.20% from 507); Max value from RGB is 249 - color contains mainly: green. Hex color #27F9DB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #27F9DB is #D80624. Grayscale: #B6B6B6. Windows color (decimal): -14157349 or 14416167. OLE color: 14416167.

HSL color Cylindrical-coordinate representation of color #27F9DB: hue angle of 171.43º degrees, saturation: 0.95, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #27F9DB is Cyan = 0.84, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.

Color convert

RGB 39 249 219 -
CMYK 0.84 0 0.12 0.02
HSL 171.43º 0.95% 0.56% -
HSV(B) 171.43º 0.84% 0.98% -
XYZ 47.5 73.3 78.66 -
YUV 182.79 148.43 25.44 -
System Red Green Blue C M Y K H S L
Decimal 39 249 219 0.84 0 0.12 0.02 171.43 0.95 0.56
Hex 27 F9 DB 54 0 C 2 AB 5F 38
Octal 47 371 333 124 0 14 2 253 137 70
Binary 100111 11111001 11011011 1010100 0 1100 10 10101011 1011111 111000

Color Harmonies of #27F9DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27F9DB

Black with #27F9DB

Text Example


Text Example

White with #27F9DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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