Html Css Color HEX #27FADB Bright Turquoise

📋 copy color: '#27FADB'

red 39 ◦ green 250 ◦ blue 219

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

Shades of Bright Turquoise #27FADB

Tints of Bright Turquoise #27FADB

RGB

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

 GREEN value IS 250 (98.05% from 255) = 49.21%

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

R = 7.68%
G = 49.21%
B = 43.11%

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

#27FADB (or 0x27FADB) is known color: Bright Turquoise. HEX triplet: 27, FA and DB. RGB value is (39,250,219). Sum of RGB (Red+Green+Blue) = 39+250+219=508 (67% of max value = 765). Red value is 39 (15.62% from 255 or 7.68% from 508); Green value is 250 (98.05% from 255 or 49.21% from 508); Blue value is 219 (85.94% from 255 or 43.11% from 508); Max value from RGB is 250 - color contains mainly: green. Hex color #27FADB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #27FADB is #D80524. Grayscale: #B7B7B7. Windows color (decimal): -14157093 or 14416423. OLE color: 14416423.

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

Color convert

RGB 39 250 219 -
CMYK 0.84 0 0.12 0.02
HSL 171.18º 0.95% 0.57% -
HSV(B) 171.18º 0.84% 0.98% -
XYZ 47.81 73.92 78.77 -
YUV 183.38 148.1 25.02 -
System Red Green Blue C M Y K H S L
Decimal 39 250 219 0.84 0 0.12 0.02 171.18 0.95 0.57
Hex 27 FA DB 54 0 C 2 AB 5F 39
Octal 47 372 333 124 0 14 2 253 137 71
Binary 100111 11111010 11011011 1010100 0 1100 10 10101011 1011111 111001

Color Harmonies of #27FADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27FADB

Black with #27FADB

Text Example


Text Example

White with #27FADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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