Html Css Color HEX #1FF7DB Bright Turquoise

📋 copy color: '#1FF7DB'

red 31 ◦ green 247 ◦ blue 219

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

Shades of Bright Turquoise #1FF7DB

Tints of Bright Turquoise #1FF7DB

RGB

 RED value IS 31 (12.5% from 255) = 6.24%

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

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

R = 6.24%
G = 49.7%
B = 44.06%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.11

 K value IS 0.03

RGB Variations

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

Color information

#1FF7DB (or 0x1FF7DB) is known color: Bright Turquoise. HEX triplet: 1F, F7 and DB. RGB value is (31,247,219). Sum of RGB (Red+Green+Blue) = 31+247+219=497 (65% of max value = 765). Red value is 31 (12.5% from 255 or 6.24% from 497); Green value is 247 (96.88% from 255 or 49.70% from 497); Blue value is 219 (85.94% from 255 or 44.06% from 497); Max value from RGB is 247 - color contains mainly: green. Hex color #1FF7DB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1FF7DB is #E00824. Grayscale: #B3B3B3. Windows color (decimal): -14682149 or 14415647. OLE color: 14415647.

HSL color Cylindrical-coordinate representation of color #1FF7DB: hue angle of 172.22º degrees, saturation: 0.93, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1FF7DB is Cyan = 0.87, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.03.

Color convert

RGB 31 247 219 -
CMYK 0.87 0 0.11 0.03
HSL 172.22º 0.93% 0.55% -
HSV(B) 172.22º 0.87% 0.97% -
XYZ 46.61 71.93 78.44 -
YUV 179.22 150.44 22.28 -
System Red Green Blue C M Y K H S L
Decimal 31 247 219 0.87 0 0.11 0.03 172.22 0.93 0.55
Hex 1F F7 DB 57 0 B 3 AC 5D 37
Octal 37 367 333 127 0 13 3 254 135 67
Binary 11111 11110111 11011011 1010111 0 1011 11 10101100 1011101 110111

Color Harmonies of #1FF7DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FF7DB

Black with #1FF7DB

Text Example


Text Example

White with #1FF7DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1FF7DB; }

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

 H1.HeaderClassName
 {
   color: #1FF7DB;
 }
 .AnyTagClassName
 {
   color: #1FF7DB;
 }
</style>

background-color css

<style>
 a { background-color: #1FF7DB; }

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

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

border-color css

<style>
 span { border-color: #1FF7DB; }

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

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