Html Css Color HEX #27FFDB Bright Turquoise

📋 copy color: '#27FFDB'

red 39 ◦ green 255 ◦ blue 219

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

Shades of Bright Turquoise #27FFDB

Tints of Bright Turquoise #27FFDB

RGB

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

 GREEN value IS 255 (100% from 255) = 49.71%

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

R = 7.6%
G = 49.71%
B = 42.69%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.14

 K value IS 0

RGB Variations

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

Color information

#27FFDB (or 0x27FFDB) is known color: Bright Turquoise. HEX triplet: 27, FF and DB. RGB value is (39,255,219). Sum of RGB (Red+Green+Blue) = 39+255+219=513 (67% of max value = 765). Red value is 39 (15.62% from 255 or 7.60% from 513); Green value is 255 (100% from 255 or 49.71% from 513); Blue value is 219 (85.94% from 255 or 42.69% from 513); Max value from RGB is 255 - color contains mainly: green. Hex color #27FFDB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #27FFDB is #D80024. Grayscale: #BABABA. Windows color (decimal): -14155813 or 14417703. OLE color: 14417703.

HSL color Cylindrical-coordinate representation of color #27FFDB: hue angle of 170º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #27FFDB is Cyan = 0.85, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.

Color convert

RGB 39 255 219 -
CMYK 0.85 0 0.14 0
HSL 170º 1% 0.58% -
HSV(B) 170º 0.85% 1% -
XYZ 49.38 77.07 79.29 -
YUV 186.31 146.44 22.93 -
System Red Green Blue C M Y K H S L
Decimal 39 255 219 0.85 0 0.14 0 170 1 0.58
Hex 27 FF DB 55 0 E 0 AA 64 3A
Octal 47 377 333 125 0 16 0 252 144 72
Binary 100111 11111111 11011011 1010101 0 1110 0 10101010 1100100 111010

Color Harmonies of #27FFDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27FFDB

Black with #27FFDB

Text Example


Text Example

White with #27FFDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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